From 1fd6085ab8b3ebe442e1eb06a1f59b8356ca08b9 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Wed, 3 Apr 2024 15:15:07 +0200 Subject: [PATCH] v3.6.0-1976-g8a88cd4805b0: stm32 results Non reg result analysis on last run: Failed tests: (verdicts: T/p: Passed, F/f: Failed, t:timeout) samples/sensor/dht_polling/sample.sensor.dht_polling, nucleo_f401re samples/subsys/nvs/sample.nvs.basic, b_u585i_iot02a samples/subsys/nvs/sample.nvs.basic, nucleo_f091rc samples/subsys/nvs/sample.nvs.basic, nucleo_g071rb samples/subsys/task_wdt/sample.task_wdt, nucleo_f401re samples/userspace/shared_mem/sample.kernel.memory_protection.shared_mem, nucleo_f756zg tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi, nucleo_f746zg (instable: ppffffffpffffffffffffffffffffffffffff) tests/arch/arm/arm_runtime_nmi/arch.arm.interrupt.nmi, nucleo_h743zi tests/drivers/watchdog/wdt_basic_api/drivers.watchdog.stm32wwdg_h7, nucleo_h743zi (Regression) tests/kernel/mem_protect/userspace/kernel.memory_protection.userspace, nucleo_f756zg tests/kernel/tickless/tickless_concept/kernel.tickless.concept, nucleo_wba55cg tests/kernel/timer/timer_api/kernel.timer.tickless, nucleo_wba55cg tests/kernel/timer/timer_behavior/kernel.timer.timer, nucleo_wba55cg tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc.fpu, nucleo_f746zg (instable: ppfppppppppppppppppppppppppffffffffff) tests/lib/cmsis_dsp/filtering/libraries.cmsis_dsp.filtering.misc.fpu, nucleo_wba55cg (instable: pppppppppppppe) tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support.fpu, nucleo_f746zg (instable: ppppppppfpppppppppppppppppfffffffffff) tests/lib/cmsis_dsp/support/libraries.cmsis_dsp.support.fpu, nucleo_f756zg (Regression) tests/lib/spsc_pbuf/libraries.spsc_pbuf, nucleo_f756zg (Regression) tests/lib/spsc_pbuf/libraries.spsc_pbuf, nucleo_wl55jc (Regression) tests/lib/spsc_pbuf/libraries.spsc_pbuf, stm32f3_disco (Regression) tests/subsys/dsp/basicmath/zdsp.basicmath, nucleo_f746zg (instable: pppppppppppfpppppffpppppppppfpppppppp) tests/subsys/dsp/basicmath/zdsp.basicmath, nucleo_wl55jc (Regression) tests/subsys/llext/simple/llext.simple.readonly, nucleo_f429zi (Regression) tests/subsys/llext/simple/llext.simple.readonly, nucleo_h743zi tests/subsys/lorawan/clock_sync/lorawan.clock_sync.phy, nucleo_wl55jc tests/subsys/pm/device_runtime_api/pm.device_runtime.api, nucleo_wba55cg Total: 26 test(s) failed out of 8942 tests run 8916 test(s) passed 7 regression(s) on stable test Recently skipped or filtered: 0 Signed-off-by: Erwan Gouriou --- .../b_u585i_iot02a.xml | 25 + .../disco_l475_iot1.xml | 1 + .../nucleo_c031c6.xml | 1 + .../nucleo_f091rc.xml | 78 + .../nucleo_f103rb.xml | 1 + .../nucleo_f207zg.xml | 1 + .../nucleo_f401re.xml | 430 + .../nucleo_f429zi.xml | 1105 + .../nucleo_f746zg.xml | 85791 ++++++++++++++++ .../nucleo_f756zg.xml | 4971 + .../nucleo_g071rb.xml | 111 + .../nucleo_g474re.xml | 1 + .../nucleo_h743zi.xml | 1501 + .../nucleo_l073rz.xml | 1 + .../nucleo_l152re.xml | 1 + .../nucleo_wb55rg.xml | 1 + .../nucleo_wba55cg.xml | 32130 ++++++ .../nucleo_wl55jc.xml | 102 + .../stm32f3_disco.xml | 87 + .../stm32h573i_dk.xml | 1 + 20 files changed, 126340 insertions(+) create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/b_u585i_iot02a.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/disco_l475_iot1.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_c031c6.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f091rc.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f103rb.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f207zg.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f401re.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f429zi.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f746zg.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_f756zg.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_g071rb.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_g474re.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_h743zi.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_l073rz.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_l152re.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_wb55rg.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_wba55cg.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/nucleo_wl55jc.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/stm32f3_disco.xml create mode 100644 results/v3.6.0-1976-g8a88cd4805b0/stm32h573i_dk.xml diff --git a/results/v3.6.0-1976-g8a88cd4805b0/b_u585i_iot02a.xml b/results/v3.6.0-1976-g8a88cd4805b0/b_u585i_iot02a.xml new file mode 100644 index 00000000..c9c9a08d --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/b_u585i_iot02a.xml @@ -0,0 +1,25 @@ +[00:00:00.140,000] <inf> flash_stm32_ospi: OSPI flash config is OPI / DTR +[00:00:00.147,000] <inf> flash_stm32_ospi: Read SFDP from octoFlash +[00:00:00.153,000] <inf> flash_stm32_ospi: Read SFDP from octoFlash +[00:00:00.160,000] <inf> flash_stm32_ospi: NOR octo-flash at 0x70000000 (0x4000000 bytes) +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +[00:00:00.174,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.187,000] <dbg> fs_nvs: nvs_add_gc_done_ate: Adding gc done ate at 1fe0 +[00:00:00.194,000] <inf> fs_nvs: 3 Sectors of 8192 bytes +[00:00:00.200,000] <inf> fs_nvs: alloc wra: 0, 1fd0 +[00:00:00.205,000] <inf> fs_nvs: data wra: 0, 0 +No address found, adding 192.168.1.1 at id 1 +No key found, adding it at id 2 +No Reboot counter found, adding it at id 3 +Id: 4 not found, adding it +Longarray not found, adding it as id 5 +[00:00:00.229,000] <err> os: ***** USAGE FAULT ***** +[00:00:00.234,000] <err> os: Illegal use of the EPSR +[00:00:00.240,000] <err> os: r0/a1: 0x0800932b r1/a2: 0x2000042c r2/a3: 0x00000000 +[00:00:00.249,000] <err> os: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000000a +[00:00:00.257,000] <err> os: xpsr: 0x00000000 +[00:00:00.262,000] <err> os: Faulting instruction address (r15/pc): 0x20000e08 +[00:00:00.270,000] <err> os: >>> ZEPHYR FATAL ERROR 35: Unknown error on CPU 0 +[00:00:00.278,000] <err> os: Current thread: 0x20000178 (unknown) +[00:00:00.285,000] <err> os: Halting system + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/disco_l475_iot1.xml b/results/v3.6.0-1976-g8a88cd4805b0/disco_l475_iot1.xml new file mode 100644 index 00000000..60b2204b --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/disco_l475_iot1.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_c031c6.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_c031c6.xml new file mode 100644 index 00000000..56df2cfa --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_c031c6.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f091rc.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f091rc.xml new file mode 100644 index 00000000..762e84c4 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f091rc.xml @@ -0,0 +1,78 @@ +Philosopher 4 [P: 2] DROPPED ONE FORK +Philosopher 4 [P: 2] THINKING [ 475 ms ] +Philosopher 5 [P: 3] DROPPED ONE FORK +Philosopher 5 [P: 3] THINKING [ 725 ms ] +Philosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 225 ms ] +Philosopher 0 [C:-2] STARVING +Philosopher 0 [C:-2] HOLDING ONE FORK +Philosopher 0 [C:-2] EATING [ 275 ms ] +Philosopher 2 [Philosopher 3 [P: 1] DROPPED ONE FORK +Philosopher 3 [P: 1] THINKING [ 425 ms ] +P: 0] STARVING +Philosopher 2 [P: 0] HOLDING ONE FORK +Philosopher 2 [P: 0] EATING [ 125 ms ] +Philosopher 1 [C:-1] DROPPED ONE FORK +Philosopher 1 [C:-1] THINKING [ 675 ms ] +Philosopher 0 [C:-2] DROPPED ONE FORK +Philosopher 0 [C:-2] THINKING [ 350 ms ] +Philosopher 2 [P: 0] DROPPED ONE FORK +Philosopher 2 [P: 0] THINKING [ 275 ms ] +Philosopher 4 [P: 2] STARVING +Philosopher 4 [P: 2] HOLDING ONE FORK +Philosopher 4 [P: 2] EATING [ 300 ms ] +Philosopher 2 [P: 0] STARVING +Philosopher 2 [P: 0] HOLPhilosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 125 ms ] +DING ONE FORK +Philosopher 2 [P: 0] EATING [ 500 ms ] +Philosopher 0 [C:-2] STARVING +Philosopher 0 [C:-2] HOLDING ONE FORK +Philosopher 0 [C:-2] EATING [ 450 ms ] +Philosopher 5 [P: 3] STARVING +Philosopher 5 [P: 3] HOLDING ONE FORK +Philosopher 5 [P: 3] EATING [ 175 ms ] +Philosopher 4 [P: 2] DROPPED ONE FORK +Philosopher 4 [P: 2] THINKING [ 675 ms ] +Philosopher 3 [P: 1] DROPPED ONE FORK +Philosopher 3 [P: 1] THINKING [ 225 ms ] +Philosopher 5 [P: 3] DROPPED ONE FORK +Philosopher 5 [P: 3] THINKING [ 475 ms ] +Philosopher 1 [C:-1] STARVING +Philosopher 1 [C:-1] HOLDING ONE FORK +Philosopher 1 [C:-1] EATING [ 225 ms ] +Philosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 425 ms ] +Philosopher 0 [C:-2] DROPPED ONE FORK +Philosopher 0 [C:-2] THINKING [ 575 ms ] +Philosopher 2 [P: 0] DROPPED ONE FORK +Philosopher 2 [P: 0] THINKING [ 75 ms ] +Philosopher 1 [C:-1] DROPPED ONE FORK +Philosopher 1 [C:-1] THINKING [ 325 ms ] +Philosopher 2 [P: 0] STARVING +Philosopher 2 [P: 0] HOLDING ONE FORK +Philosopher 2 [P: 0] EATING [ 150 ms ] +Philosopher 5 [P: 3] STARVING +Philosopher 5 [P: 3] HOLDING ONE FORK +Philosopher 5 [P: 3] EATING [ 425 ms ] +Philosopher 2 [P: 0] DROPPED ONE FORK +Philosopher 2 [P: 0] THINKING [ 225 ms ] +Philosopher 4 [P: 2] STARVING +Philosopher 4 [P: 2] HOLDING ONE FORK +Philosopher 4 [P: 2] EATING [ 625 ms ] +Philosopher 3 [P: 1] DROPPED ONE FORK +Philosopher 3 [P: 1] *** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.027,000] <dbg> fs_nvs: nvs_add_gc_done_ate: Adding gc done ate at 7f0 +[00:00:00.036,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.041,000] <inf> fs_nvs: alloc wra: 0, 7e8 +[00:00:00.046,000] <inf> fs_nvs: data wra: 0, 0 +No address found, adding 192.168.1.1 at id 1 +No key found, adding it at id 2 +No Reboot counter found, adding it at id 3 +Id: 4 not found, adding it +Longarray not found, adding it as id 5 + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f103rb.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f103rb.xml new file mode 100644 index 00000000..454a74fb --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f103rb.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f207zg.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f207zg.xml new file mode 100644 index 00000000..0138ec4f --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f207zg.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f401re.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f401re.xml new file mode 100644 index 00000000..f9f6d0c4 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f401re.xml @@ -0,0 +1,430 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +Control thread started.*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Task watchdog sample application. +[00:00:00.008,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 8 +[00:00:00.015,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 700000 us +[00:00:00.024,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 49932 us +[00:00:00.033,000] <err> task_wdt: hw_wdt install timeout failed: -22 +task wdt init failure: -22 +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +hs300x@44: sensor_sample_fetch() failed: -5 + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f429zi.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f429zi.xml new file mode 100644 index 00000000..56be66c1 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f429zi.xml @@ -0,0 +1,1105 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x200017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200017d8 addr 0x20001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x200017dc addr 0x8008ce1 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200017e0 addr 0x20001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x20001880 addr 0x20001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x20001884 addr 0x200017c1 +D: sym 0x200017c1 name test_entry in 0x200017a4 +D: loaded module, .text at 0x200017c0, .rodata at 0x20001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.424 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 ection 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x200017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x20001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x200017f4 addr 0x20001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x200017f8 addr 0x20001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x200017fc addr 0x8008ce1 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001800 addr 0x20001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x20001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x20001804 addr 0x20001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001808 addr 0x20001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001844 addr 0x20001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001900 addr 0x20001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x20001904 addr 0x200017c1 +D: sym 0x200017c1 name test_entry in 0x200017a4 +D: loaded module, .text at 0x200017c0, .rodata at 0x20001880 +I: Loaded extension object +number: 42 +number, updated: 0 +string: hello +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_object in 0.564 seconds +=================================================================== +START - test_load_unload_relative_jump +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 558: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 580: name 31, type 1, flags 6, addr 0, size 1ocation 2:8 info 1b0a (type 10, sym 27) offset 90 sym_name test_relative_jump_2 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_2 addr 0x20001855 +I: relocating (linking) symbol test_relative_jump_2 type 2 binding 1 ndx 1 offset 90 link section 10 +I: writing relocation symbol test_relative_jump_2 type 10 sym 27 at addr 0x2000187a addr 0x20001855 +D: relocation 2:9 info 502 (type 2, sym 5) offset 100 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 100 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x20001884 addr 0x20001900 +D: relocation 2:10 info 1902 (type 2, sym 25) offset 104 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 104 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x20001888 addr 0x8008ce1 +D: relocation 2:11 info 1a0a (type 10, sym 26) offset 118 sym_name test_relative_jump_4 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_4 addr 0x20001839 +I: relocating (linking) symbol test_relative_jump_4 type 2 binding 1 ndx 1 offset 118 link section 10 +I: writing relocation symbol test_relative_jump_4 type 10 sym 26 at addr 0x20001896 addr 0x20001839 +D: relocation 2:12 info 502 (type 2, sym 5) offset 128 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 128 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018a0 addr 0x20001900 +D: relocation 2:13 info 1902 (type 2, sym 25) offset 132 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 132 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x200018a4 addr 0x8008ce1 +D: relocation 2:14 info 1d0a (type 10, sym 29) offset 146 sym_name test_relative_jump_1 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_1 addr 0x20001871 +I: relocating (linking) symbol test_relative_jump_1 type 2 binding 1 ndx 1 offset 146 link section 10 +I: writing relocation symbol test_relative_jump_1 type 10 sym 29 at addr 0x200018b2 addr 0x20001871 +D: relocation 2:15 info 502 (type 2, sym 5) offset 160 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 160 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018c0 addr 0x20001900 +D: relocation 2:16 info 1902 (type 2, sym 25) offset 164 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 164 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x200018c4 addr 0x8008ce1 +D: relocation 2:17 info 502 (type 2, sym 5) offset 168 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 168 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018c8 addr 0x20001900 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200019a0 addr 0x20001900 +D: relocation 7:1 info 1e02 (type 2, sym 30) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200018a9 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 30 at addr 0x200019a4 addr 0x200018a9 +D: sym 0x200018a9 name test_entry in 0x20001724 +D: loaded module, .text at 0x20001820, .rodata at 0x20001900 +I: Loaded extension relative_jump +enter +relative jump 1 +relative jump 2 +relative jump 3 +relative jump 4 +relative jump 5 +exit +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_relative_jump in 0.958 seconds +=================================================================== +START - test_load_unload_syscalls +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 338: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 360: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 388: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 3b0: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 3d8: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 400: name 48, type 1, flags 2, addr 0, size 63 +D: section 6 at 428: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 450: name 56, type 9, flags 40, addr 0, size 16 +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x200017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200017d8 addr 0x20001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x200017dc addr 0x8008ce1 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200017e0 addr 0x20001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x20001880 addr 0x20001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x20001884 addr 0x200017c1 +D: sym 0x200017c1 name test_entry in 0x200017a4 +D: loaded module, .text at 0x200017c0, .rodata at 0x20001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.424 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 ection 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x200017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x20001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x200017f4 addr 0x20001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x200017f8 addr 0x20001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x200017fc addr 0x8008ce1 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001800 addr 0x20001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x20001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x20001804 addr 0x20001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001808 addr 0x20001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001844 addr 0x20001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001900 addr 0x20001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x20001904 addr 0x200017c1 +D: sym 0x200017c1 name test_entry in 0x200017a4 +D: loaded module, .text at 0x200017c0, .rodata at 0x20001880 +I: Loaded extension object +number: 42 +number, updated: 0 +string: hello +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_object in 0.564 seconds +=================================================================== +START - test_load_unload_relative_jump +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 558: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 580: name 31, type 1, flags 6, addr 0, size 1ocation 2:8 info 1b0a (type 10, sym 27) offset 90 sym_name test_relative_jump_2 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_2 addr 0x20001855 +I: relocating (linking) symbol test_relative_jump_2 type 2 binding 1 ndx 1 offset 90 link section 10 +I: writing relocation symbol test_relative_jump_2 type 10 sym 27 at addr 0x2000187a addr 0x20001855 +D: relocation 2:9 info 502 (type 2, sym 5) offset 100 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 100 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x20001884 addr 0x20001900 +D: relocation 2:10 info 1902 (type 2, sym 25) offset 104 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 104 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x20001888 addr 0x8008ce1 +D: relocation 2:11 info 1a0a (type 10, sym 26) offset 118 sym_name test_relative_jump_4 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_4 addr 0x20001839 +I: relocating (linking) symbol test_relative_jump_4 type 2 binding 1 ndx 1 offset 118 link section 10 +I: writing relocation symbol test_relative_jump_4 type 10 sym 26 at addr 0x20001896 addr 0x20001839 +D: relocation 2:12 info 502 (type 2, sym 5) offset 128 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 128 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018a0 addr 0x20001900 +D: relocation 2:13 info 1902 (type 2, sym 25) offset 132 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 132 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x200018a4 addr 0x8008ce1 +D: relocation 2:14 info 1d0a (type 10, sym 29) offset 146 sym_name test_relative_jump_1 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_1 addr 0x20001871 +I: relocating (linking) symbol test_relative_jump_1 type 2 binding 1 ndx 1 offset 146 link section 10 +I: writing relocation symbol test_relative_jump_1 type 10 sym 29 at addr 0x200018b2 addr 0x20001871 +D: relocation 2:15 info 502 (type 2, sym 5) offset 160 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 160 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018c0 addr 0x20001900 +D: relocation 2:16 info 1902 (type 2, sym 25) offset 164 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 164 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x200018c4 addr 0x8008ce1 +D: relocation 2:17 info 502 (type 2, sym 5) offset 168 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 168 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018c8 addr 0x20001900 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200019a0 addr 0x20001900 +D: relocation 7:1 info 1e02 (type 2, sym 30) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200018a9 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 30 at addr 0x200019a4 addr 0x200018a9 +D: sym 0x200018a9 name test_entry in 0x20001724 +D: loaded module, .text at 0x20001820, .rodata at 0x20001900 +I: Loaded extension relative_jump +enter +relative jump 1 +relative jump 2 +relative jump 3 +relative jump 4 +relative jump 5 +exit +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_relative_jump in 0.958 seconds +=================================================================== +START - test_load_unload_syscalls +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 338: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 360: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 388: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 3b0: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 3d8: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 400: name 48, type 1, flags 2, addr 0, size 63 +D: section 6 at 428: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 450: name 56, type 9, flags 40, addr 0, size 16 +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x200017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200017d8 addr 0x20001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x200017dc addr 0x8008ce1 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200017e0 addr 0x20001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x20001880 addr 0x20001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x20001884 addr 0x200017c1 +D: sym 0x200017c1 name test_entry in 0x200017a4 +D: loaded module, .text at 0x200017c0, .rodata at 0x20001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.424 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 ection 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x200017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x20001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x200017f4 addr 0x20001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x200017f8 addr 0x20001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x200017fc addr 0x8008ce1 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001800 addr 0x20001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x20001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x20001804 addr 0x20001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001808 addr 0x20001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001844 addr 0x20001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x20001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x20001900 addr 0x20001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x20001904 addr 0x200017c1 +D: sym 0x200017c1 name test_entry in 0x200017a4 +D: loaded module, .text at 0x200017c0, .rodata at 0x20001880 +I: Loaded extension object +number: 42 +number, updated: 0 +string: hello +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_object in 0.564 seconds +=================================================================== +START - test_load_unload_relative_jump +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 558: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 580: name 31, type 1, flags 6, addr 0, size 1ocation 2:8 info 1b0a (type 10, sym 27) offset 90 sym_name test_relative_jump_2 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_2 addr 0x20001855 +I: relocating (linking) symbol test_relative_jump_2 type 2 binding 1 ndx 1 offset 90 link section 10 +I: writing relocation symbol test_relative_jump_2 type 10 sym 27 at addr 0x2000187a addr 0x20001855 +D: relocation 2:9 info 502 (type 2, sym 5) offset 100 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 100 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x20001884 addr 0x20001900 +D: relocation 2:10 info 1902 (type 2, sym 25) offset 104 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 104 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x20001888 addr 0x8008ce1 +D: relocation 2:11 info 1a0a (type 10, sym 26) offset 118 sym_name test_relative_jump_4 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_4 addr 0x20001839 +I: relocating (linking) symbol test_relative_jump_4 type 2 binding 1 ndx 1 offset 118 link section 10 +I: writing relocation symbol test_relative_jump_4 type 10 sym 26 at addr 0x20001896 addr 0x20001839 +D: relocation 2:12 info 502 (type 2, sym 5) offset 128 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 128 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018a0 addr 0x20001900 +D: relocation 2:13 info 1902 (type 2, sym 25) offset 132 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 132 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x200018a4 addr 0x8008ce1 +D: relocation 2:14 info 1d0a (type 10, sym 29) offset 146 sym_name test_relative_jump_1 sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_relative_jump_1 addr 0x20001871 +I: relocating (linking) symbol test_relative_jump_1 type 2 binding 1 ndx 1 offset 146 link section 10 +I: writing relocation symbol test_relative_jump_1 type 10 sym 29 at addr 0x200018b2 addr 0x20001871 +D: relocation 2:15 info 502 (type 2, sym 5) offset 160 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 160 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018c0 addr 0x20001900 +D: relocation 2:16 info 1902 (type 2, sym 25) offset 164 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 164 link section 10 +I: writing relocation symbol printk type 2 sym 25 at addr 0x200018c4 addr 0x8008ce1 +D: relocation 2:17 info 502 (type 2, sym 5) offset 168 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 168 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200018c8 addr 0x20001900 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x20001900 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x200019a0 addr 0x20001900 +D: relocation 7:1 info 1e02 (type 2, sym 30) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x200018a9 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 30 at addr 0x200019a4 addr 0x200018a9 +D: sym 0x200018a9 name test_entry in 0x20001724 +D: loaded module, .text at 0x20001820, .rodata at 0x20001900 +I: Loaded extension relative_jump +enter +relative jump 1 +relative jump 2 +relative jump 3 +relative jump 4 +relative jump 5 +exit +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_relative_jump in 0.958 seconds +=================================================================== +START - test_load_unload_syscalls +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 338: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 360: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 388: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 3b0: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 3d8: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 400: name 48, type 1, flags 2, addr 0, size 63 +D: section 6 at 428: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 450: name 56, type 9, flags 40, addr 0, size 16 + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f746zg.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f746zg.xml new file mode 100644 index 00000000..80d578a7 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f746zg.xml @@ -0,0 +1,85791 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q7_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_7 +PASS - test_arm_q15_to_q7_7 in 0.001 seconds +=================================================================== +TESTSUITE support_q15 succeeded +Running TESTSUITE support_q31 +=================================================================== +START - test_arm_copy_q31_11 +PASS - test_arm_copy_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_3 +PASS - test_arm_copy_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_q31_8 +PASS - test_arm_copy_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_11 +PASS - test_arm_fill_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_q31_3 +PASS - test_arm_fill_q31_3 in 0.001 searm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_17] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_7] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q15_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_15] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_32] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_q7_33] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PASS - test_arm_correlate_f32_13_2 in 0.001 seconds +==============================al_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_16 +PASS - test_arm_conv_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_17 +PASS - test_arm_conv_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_18 +PASS - test_arm_conv_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_33 +PASS - test_arm_conv_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_15 +PASS - test_arm_conv_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_16 +PASS - test_arm_conv_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_17 +PASS - test_arm_conv_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_18 +PASS - test_arm_conv_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_32_33 +PASS - test_arm_conv_q15_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_15 +PASS - test_arm_correlate_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_16 +PASS - test_arm_correlate_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_17 +PASS - test_arm_correlate_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_18 +PASS - test_arm_correlate_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_14_33 +PASS - test_arm_correlate_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_15 +PASS - test_arm_correlate_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_16 +PASS - test_arm_correlate_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_17 +PASS - test_arm_correlate_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_18 +PASS - test_arm_correlate_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_15_33 +PASS - test_arm_correlate_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_15 +PASS - test_arm_correlate_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_16 +PASS - test_arm_correlate_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_17 +PASS - test_arm_correlate_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_18 +PASS - test_arm_correlate_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_16_33 +PASS - test_arm_correlate_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_15 +PASS - test_arm_correlate_q15_17_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_===================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_correlate_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_3 +PASS - test_arm_correlate_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_8 +PASS - test_arm_correlate_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_11 +PASS - test_arm_correlate_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_1 +PASS - test_arm_correlate_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_2 +PASS - test_arm_correlate_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_3 +PASS - test_arm_correlate_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_5_8 +PASS - test_arm_correlate_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_11 +PASS - test_arm_correlate_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_1 +PASS - test_arm_correlate_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_2 +PASS - test_arm_correlate_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_3 +PASS - test_arm_correlate_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_6_8 +PASS - test_arm_correlate_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_11 +PASS - test_arm_correlate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +============================================================q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_34 +PASS - test_arm_correlate_q7_32_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_49 +PASS - test_arm_correlate_q7_32_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_31 +PASS - test_arm_correlate_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_32 +PASS - test_arm_correlate_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_33 +PASS - test_arm_correlate_q7_33_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_34 +PASS - test_arm_correlate_q7_33_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_33_49 +PASS - test_arm_correlate_q7_33_49 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_31 +PASS - test_arm_correlate_q7_48_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_32 +PASS - test_arm_correlate_q7_48_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_33 +PASS - test_arm_correlate_q7_48_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_34 +PASS - test_arm_correlate_q7_48_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_48_49 +PASS - test_arm_correlate_q7_48_49 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [filtering_misc_f16]: pass = 43, fail = 0, skip = 0, total = 43 duration = 0.043 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_levinson_durbin_f32_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q15]: pass = 50, fail = 0, skip = 12, total = 62 duration = 0.062 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_opt_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_fast_q15_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q15.test_arm_conv_partial_opt_q15_7_6_8] duration = 0.001 seconds +- SKI_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_3_0] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_levinson_durbin_q31_8_1] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q7]: pass = 50, fail = 0, skip = 6, total = 56 duration = 0.056 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_opt_q7_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q7.test_arm_conv_partial_q7_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_31] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_32] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_33] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_34] duration = 0.001 seconds +- PASS - [filtering_misc_q7.test_arm_conv_q7_30_49] duration = 0.001 seconds +- PASS - [fESSFUL +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE arm_runtime_nmi_fn +=================================================================== +START - test_arm_runtime_nmi +Trigger NMI in 2s: 0 s +Trigger NMI in 2s: 1 s +NMI triggered (test_handler_isr)! +ASSERTION FAIL [z_spin_unlock_valid(l)] @ WEST_TOPDIR/zephyr/include/zephyr/spinlock.h:305 +Not my spinlock 0x20010450 +E: r0/a1: 0x00000004 r1/a2: 0x00000131 r2/a3: 0x40004800 +E: r3/a4: 0x08008194 r12/ip: 0x00000000 r14/lr: 0x08003389 +E: xpsr: 0x61000000 +E: Faulting instruction address (r15/pc): 0x08005b2c +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0 (unknown) +E: Halting system +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE basic_math_f16 +=================================================================== +START - test_zdsp_abs_f16_16 +PASS - test_zdsp_abs_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_23 +PASS - test_zdsp_abs_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_7 +PASS - test_zdsp_abs_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_16 +PASS - test_zdsp_abs_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_23 +PASS - test_zdsp_abs_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_7 +PASS - test_zdsp_abs_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f16_in_place_long +PASS - test_zdsp_abs_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_abs_f16_long +PASS - test_zdsp_abs_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f16_16 +PASS - test_zdsp_add_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_23 +PASS - test_zdsp_add_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_7 +PASS - test_zdsp_add_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_16 +PASS - test_zdsp_add_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_23 +PASS - test_zdsp_add_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_7 +PASS - test_zdsp_add_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f16_in_place_long +PASS - test_zdsp_add_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_add_f16_long +PASS - test_zdsp_add_f16_long in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_0p1_0p5 +PASS - test_zdsp_clip_f16_0p1_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_0p1_0p5 +PASS - test_zdsp_clip_f16_in_place_0p1_0p5 in 0.005 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f16_in_place_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f16_in_place_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_0p5 +PASS - test_zdsp_clip_f16_m0p5_0p5 in 0.004 seconds +=================================================================== +START - test_zdsp_clip_f16_m0p5_m0p1 +PASS - test_zdsp_clip_f16_m0p5_m0p1 in 0.004 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_16 +PASS - test_zdsp_dot_prod_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_23 +PASS - test_zdsp_dot_prod_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_7 +PASS - test_zdsp_dot_prod_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f16_long +PASS - test_zdsp_dot_prod_f16_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_f16_16 +PASS - test_zdsp_mult_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_23 +PASS - test_zdsp_mult_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_7 +PASS - test_zdsp_mult_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_16 +PASS - test_zdsp_mult_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_23 +PASS - test_zdsp_mult_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_7 +PASS - test_zdsp_mult_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f16_in_place_long +PASS - test_zdsp_mult_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_mult_f16_long +PASS - test_zdsp_mult_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_negate_f16_16 +PASS - test_zdsp_negate_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_23 +PASS - test_zdsp_negate_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_7 +PASS - test_zdsp_negate_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_16 +PASS - test_zdsp_negate_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_23 +PASS - test_zdsp_negate_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_7 +PASS - test_zdsp_negate_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f16_in_place_long +PASS - test_zdsp_negate_f16_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f16_long +PASS - test_zdsp_negate_f16_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_16 +PASS - test_zdsp_offset_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_23 +PASS - test_zdsp_offset_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_0p5_7 +PASS - test_zdsp_offset_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_16 +PASS - test_zdsp_offset_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_23 +PASS - test_zdsp_offset_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_0p5_7 +PASS - test_zdsp_offset_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f16_in_place_long +PASS - test_zdsp_offset_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_offset_f16_long +PASS - test_zdsp_offset_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_16 +PASS - test_zdsp_scale_f16_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_23 +PASS - test_zdsp_scale_f16_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_0p5_7 +PASS - test_zdsp_scale_f16_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_16 +PASS - test_zdsp_scale_f16_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_23 +PASS - test_zdsp_scale_f16_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_0p5_7 +PASS - test_zdsp_scale_f16_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f16_in_place_long +PASS - test_zdsp_scale_f16_in_place_long in 0.004 seconds +=================================================================== +START - test_zdsp_scale_f16_long +PASS - test_zdsp_scale_f16_long in 0.004 seconds +=================================================================== +START - test_zdsp_sub_f16_16 +PASS - test_zdsp_sub_f16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_23 +PASS - test_zdsp_sub_f16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_7 +PASS - test_zdsp_sub_f16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_16 +PASS - test_zdsp_sub_f16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_23 +PASS - test_zdsp_sub_f16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_7 +PASS - test_zdsp_sub_f16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f16_in_place_long +PASS - test_zdsp_sub_f16_in_place_long in 0.005 seconds +=================================================================== +START - test_zdsp_sub_f16_long +PASS - test_zdsp_sub_f16_long in 0.005 seconds +=================================================================== +TESTSUITE basic_math_f16 succeeded +Running TESTSUITE basic_math_f32 +=================================================================== +START - test_zdsp_abs_f32_11 +PASS - test_zdsp_abs_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_3 +PASS - test_zdsp_abs_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_8 +PASS - test_zdsp_abs_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_11 +PASS - test_zdsp_abs_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_3 +PASS - test_zdsp_abs_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_8 +PASS - test_zdsp_abs_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_f32_in_place_long +PASS - test_zdsp_abs_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_abs_f32_long +PASS - test_zdsp_abs_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_f32_11 +PASS - test_zdsp_add_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_3 +PASS - test_zdsp_add_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_8 +PASS - test_zdsp_add_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_11 +PASS - test_zdsp_add_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_3 +PASS - test_zdsp_add_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_8 +PASS - test_zdsp_add_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_add_f32_in_place_long +PASS - test_zdsp_add_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_add_f32_long +PASS - test_zdsp_add_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_0p1_0p5 +PASS - test_zdsp_clip_f32_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_0p1_0p5 +PASS - test_zdsp_clip_f32_in_place_0p1_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_0p5 +PASS - test_zdsp_clip_f32_in_place_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_in_place_m0p5_m0p1 +PASS - test_zdsp_clip_f32_in_place_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_0p5 +PASS - test_zdsp_clip_f32_m0p5_0p5 in 0.003 seconds +=================================================================== +START - test_zdsp_clip_f32_m0p5_m0p1 +PASS - test_zdsp_clip_f32_m0p5_m0p1 in 0.003 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_11 +PASS - test_zdsp_dot_prod_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_3 +PASS - test_zdsp_dot_prod_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_8 +PASS - test_zdsp_dot_prod_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_f32_long +PASS - test_zdsp_dot_prod_f32_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_11 +PASS - test_zdsp_mult_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_3 +PASS - test_zdsp_mult_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_8 +PASS - test_zdsp_mult_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_11 +PASS - test_zdsp_mult_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_3 +PASS - test_zdsp_mult_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_8 +PASS - test_zdsp_mult_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_f32_in_place_long +PASS - test_zdsp_mult_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_mult_f32_long +PASS - test_zdsp_mult_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_11 +PASS - test_zdsp_negate_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_3 +PASS - test_zdsp_negate_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_8 +PASS - test_zdsp_negate_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_11 +PASS - test_zdsp_negate_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_3 +PASS - test_zdsp_negate_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_8 +PASS - test_zdsp_negate_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_f32_in_place_long +PASS - test_zdsp_negate_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_negate_f32_long +PASS - test_zdsp_negate_f32_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_11 +PASS - test_zdsp_offset_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_3 +PASS - test_zdsp_offset_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_0p5_8 +PASS - test_zdsp_offset_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_11 +PASS - test_zdsp_offset_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_3 +PASS - test_zdsp_offset_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_0p5_8 +PASS - test_zdsp_offset_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_f32_in_place_long +PASS - test_zdsp_offset_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_offset_f32_long +PASS - test_zdsp_offset_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_11 +PASS - test_zdsp_scale_f32_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_3 +PASS - test_zdsp_scale_f32_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_0p5_8 +PASS - test_zdsp_scale_f32_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_11 +PASS - test_zdsp_scale_f32_in_place_0p5_11 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_3 +PASS - test_zdsp_scale_f32_in_place_0p5_3 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_0p5_8 +PASS - test_zdsp_scale_f32_in_place_0p5_8 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_f32_in_place_long +PASS - test_zdsp_scale_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_scale_f32_long +PASS - test_zdsp_scale_f32_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_11 +PASS - test_zdsp_sub_f32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_3 +PASS - test_zdsp_sub_f32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_8 +PASS - test_zdsp_sub_f32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_11 +PASS - test_zdsp_sub_f32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_3 +PASS - test_zdsp_sub_f32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_8 +PASS - test_zdsp_sub_f32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_f32_in_place_long +PASS - test_zdsp_sub_f32_in_place_long in 0.003 seconds +=================================================================== +START - test_zdsp_sub_f32_long +PASS - test_zdsp_sub_f32_long in 0.003 seconds +=================================================================== +TESTSUITE basic_math_f32 succeeded +Running TESTSUITE basic_math_q15 +=================================================================== +START - test_zdsp_abs_q15_16 +PASS - test_zdsp_abs_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_23 +PASS - test_zdsp_abs_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_7 +PASS - test_zdsp_abs_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_16 +PASS - test_zdsp_abs_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_23 +PASS - test_zdsp_abs_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_7 +PASS - test_zdsp_abs_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q15_in_place_long +PASS - test_zdsp_abs_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q15_long +PASS - test_zdsp_abs_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_16 +PASS - test_zdsp_add_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_23 +PASS - test_zdsp_add_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_7 +PASS - test_zdsp_add_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_16 +PASS - test_zdsp_add_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_23 +PASS - test_zdsp_add_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_7 +PASS - test_zdsp_add_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_long +PASS - test_zdsp_add_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_negsat +PASS - test_zdsp_add_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_in_place_possat +PASS - test_zdsp_add_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_long +PASS - test_zdsp_add_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q15_negsat +PASS - test_zdsp_add_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q15_possat +PASS - test_zdsp_add_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_16 +PASS - test_zdsp_and_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_23 +PASS - test_zdsp_and_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_7 +PASS - test_zdsp_and_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_16 +PASS - test_zdsp_and_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_23 +PASS - test_zdsp_and_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u16_in_place_7 +PASS - test_zdsp_and_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_0ccd_4000 +PASS - test_zdsp_clip_q15_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_4000 +PASS - test_zdsp_clip_q15_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_c000_f333 +PASS - test_zdsp_clip_q15_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_0ccd_4000 +PASS - test_zdsp_clip_q15_in_place_0ccd_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_4000 +PASS - test_zdsp_clip_q15_in_place_c000_4000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q15_in_place_c000_f333 +PASS - test_zdsp_clip_q15_in_place_c000_f333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_16 +PASS - test_zdsp_dot_prod_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_23 +PASS - test_zdsp_dot_prod_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_7 +PASS - test_zdsp_dot_prod_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q15_long +PASS - test_zdsp_dot_prod_q15_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_16 +PASS - test_zdsp_mult_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_23 +PASS - test_zdsp_mult_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_7 +PASS - test_zdsp_mult_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_16 +PASS - test_zdsp_mult_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_23 +PASS - test_zdsp_mult_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_7 +PASS - test_zdsp_mult_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_long +PASS - test_zdsp_mult_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_in_place_possat +PASS - test_zdsp_mult_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q15_long +PASS - test_zdsp_mult_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q15_possat +PASS - test_zdsp_mult_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_16 +PASS - test_zdsp_negate_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_23 +PASS - test_zdsp_negate_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_7 +PASS - test_zdsp_negate_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_16 +PASS - test_zdsp_negate_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_23 +PASS - test_zdsp_negate_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_7 +PASS - test_zdsp_negate_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_long +PASS - test_zdsp_negate_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_in_place_possat +PASS - test_zdsp_negate_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q15_long +PASS - test_zdsp_negate_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q15_possat +PASS - test_zdsp_negate_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_16 +PASS - test_zdsp_not_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_23 +PASS - test_zdsp_not_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_7 +PASS - test_zdsp_not_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_16 +PASS - test_zdsp_not_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_23 +PASS - test_zdsp_not_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u16_in_place_7 +PASS - test_zdsp_not_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_16 +PASS - test_zdsp_offset_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_23 +PASS - test_zdsp_offset_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_0p5_7 +PASS - test_zdsp_offset_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_16 +PASS - test_zdsp_offset_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_23 +PASS - test_zdsp_offset_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_0p5_7 +PASS - test_zdsp_offset_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_long +PASS - test_zdsp_offset_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_negsat +PASS - test_zdsp_offset_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_in_place_possat +PASS - test_zdsp_offset_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_long +PASS - test_zdsp_offset_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q15_negsat +PASS - test_zdsp_offset_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q15_possat +PASS - test_zdsp_offset_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_16 +PASS - test_zdsp_or_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_23 +PASS - test_zdsp_or_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_7 +PASS - test_zdsp_or_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_16 +PASS - test_zdsp_or_u16_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_23 +PASS - test_zdsp_or_u16_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u16_in_place_7 +PASS - test_zdsp_or_u16_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_16 +PASS - test_zdsp_scale_q15_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_23 +PASS - test_zdsp_scale_q15_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_0p5_7 +PASS - test_zdsp_scale_q15_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_16 +PASS - test_zdsp_scale_q15_in_place_0p5_16 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_23 +PASS - test_zdsp_scale_q15_in_place_0p5_23 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_0p5_7 +PASS - test_zdsp_scale_q15_in_place_0p5_7 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_long +PASS - test_zdsp_scale_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_in_place_possat +PASS - test_zdsp_scale_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q15_long +PASS - test_zdsp_scale_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q15_possat +PASS - test_zdsp_scale_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_negsat +PASS - test_zdsp_shift_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_possat +PASS - test_zdsp_shift_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_in_place_rand +PASS - test_zdsp_shift_q15_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_negsat +PASS - test_zdsp_shift_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_possat +PASS - test_zdsp_shift_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q15_rand +PASS - test_zdsp_shift_q15_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_16 +PASS - test_zdsp_sub_q15_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_23 +PASS - test_zdsp_sub_q15_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_7 +PASS - test_zdsp_sub_q15_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_16 +PASS - test_zdsp_sub_q15_in_place_16 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_23 +PASS - test_zdsp_sub_q15_in_place_23 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_7 +PASS - test_zdsp_sub_q15_in_place_7 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_long +PASS - test_zdsp_sub_q15_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_negsat +PASS - test_zdsp_sub_q15_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_in_place_possat +PASS - test_zdsp_sub_q15_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_long +PASS - test_zdsp_sub_q15_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q15_negsat +PASS - test_zdsp_sub_q15_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q15_possat +PASS - test_zdsp_sub_q15_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_16 +PASS - test_zdsp_xor_u16_16 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_23 +PASS - test_zdsp_xor_u16_23 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_7 +PASS - test_zdsp_xor_u16_7 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u16_in_place_16 +PASS - test_zdsp_xor_u16_in_place_16 in 0.001 seconds +=================================================================================================================== +START - test_zdsp_add_q31_in_place_negsat +PASS - test_zdsp_add_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_in_place_possat +PASS - test_zdsp_add_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_long +PASS - test_zdsp_add_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q31_negsat +PASS - test_zdsp_add_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_add_q31_possat +PASS - test_zdsp_add_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_11 +PASS - test_zdsp_and_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_3 +PASS - test_zdsp_and_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_8 +PASS - test_zdsp_and_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_11 +PASS - test_zdsp_and_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_3 +PASS - test_zdsp_and_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_and_u32_in_place_8 +PASS - test_zdsp_and_u32_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_40000000 +PASS - test_zdsp_clip_q31_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_c0000000_f3333333 +PASS - test_zdsp_clip_q31_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_0ccccccd_40000000 +PASS - test_zdsp_clip_q31_in_place_0ccccccd_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_40000000 +PASS - test_zdsp_clip_q31_in_place_c0000000_40000000 in 0.001 seconds +=================================================================== +START - test_zdsp_clip_q31_in_place_c0000000_f3333333 +PASS - test_zdsp_clip_q31_in_place_c0000000_f3333333 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_11 +PASS - test_zdsp_dot_prod_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_3 +PASS - test_zdsp_dot_prod_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_8 +PASS - test_zdsp_dot_prod_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_dot_prod_q31_long +PASS - test_zdsp_dot_prod_q31_long in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_11 +PASS - test_zdsp_mult_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_3 +PASS - test_zdsp_mult_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_8 +PASS - test_zdsp_mult_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_11 +PASS - test_zdsp_mult_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_3 +PASS - test_zdsp_mult_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_8 +PASS - test_zdsp_mult_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_long +PASS - test_zdsp_mult_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_in_place_possat +PASS - test_zdsp_mult_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_mult_q31_long +PASS - test_zdsp_mult_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_mult_q31_possat +PASS - test_zdsp_mult_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_11 +PASS - test_zdsp_negate_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_3 +PASS - test_zdsp_negate_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_8 +PASS - test_zdsp_negate_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_11 +PASS - test_zdsp_negate_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_3 +PASS - test_zdsp_negate_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_8 +PASS - test_zdsp_negate_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_long +PASS - test_zdsp_negate_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_in_place_possat +PASS - test_zdsp_negate_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q31_long +PASS - test_zdsp_negate_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q31_possat +PASS - test_zdsp_negate_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_11 +PASS - test_zdsp_not_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_3 +PASS - test_zdsp_not_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u32_8 +PASS - test_zdsp_not_u32_8 in 0.001 seconds +==========================================================n_place_negsat +PASS - test_zdsp_shift_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_possat +PASS - test_zdsp_shift_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_in_place_rand +PASS - test_zdsp_shift_q31_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_negsat +PASS - test_zdsp_shift_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_possat +PASS - test_zdsp_shift_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q31_rand +PASS - test_zdsp_shift_q31_rand in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_11 +PASS - test_zdsp_sub_q31_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_3 +PASS - test_zdsp_sub_q31_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_8 +PASS - test_zdsp_sub_q31_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_11 +PASS - test_zdsp_sub_q31_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_3 +PASS - test_zdsp_sub_q31_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_8 +PASS - test_zdsp_sub_q31_in_place_8 in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_long +PASS - test_zdsp_sub_q31_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_negsat +PASS - test_zdsp_sub_q31_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_in_place_possat +PASS - test_zdsp_sub_q31_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_long +PASS - test_zdsp_sub_q31_long in 0.002 seconds +=================================================================== +START - test_zdsp_sub_q31_negsat +PASS - test_zdsp_sub_q31_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_sub_q31_possat +PASS - test_zdsp_sub_q31_possat in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_11 +PASS - test_zdsp_xor_u32_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_3 +PASS - test_zdsp_xor_u32_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_8 +PASS - test_zdsp_xor_u32_8 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_11 +PASS - test_zdsp_xor_u32_in_place_11 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_3 +PASS - test_zdsp_xor_u32_in_place_3 in 0.001 seconds +=================================================================== +START - test_zdsp_xor_u32_in_place_8 +PASS - test_zdsp_xor_u32_in_place_8 in 0.001 seconds +=================================================================== +TESTSUITE basic_math_q31 succeeded +Running TESTSUITE basic_math_q7 +=================================================================== +START - test_zdsp_abs_q7_15 +PASS - test_zdsp_abs_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_32 +PASS - test_zdsp_abs_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_47 +PASS - test_zdsp_abs_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_15 +PASS - test_zdsp_abs_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_32 +PASS - test_zdsp_abs_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_47 +PASS - test_zdsp_abs_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_abs_q7_in_place_long +PASS - test_zdsp_abs_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_abs_q7_long +PASS - test_zdsp_abs_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_add_q7_15 +PASS - test_zdsp_add_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_32 +PASS - test_zdsp_add_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_47 +PASS - test_zdsp_add_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_15 +PASS - test_zdsp_add_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_32 +PASS - test_zdsp_add_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_47 +PASS - test_zdsp_add_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_add_q7_in_place_long +PASS - test_zdsp_add_q7_in_place_lon===================================================== +START - test_zdsp_mult_q7_possat +PASS - test_zdsp_mult_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_15 +PASS - test_zdsp_negate_q7_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_32 +PASS - test_zdsp_negate_q7_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_47 +PASS - test_zdsp_negate_q7_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_15 +PASS - test_zdsp_negate_q7_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_32 +PASS - test_zdsp_negate_q7_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_47 +PASS - test_zdsp_negate_q7_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_long +PASS - test_zdsp_negate_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_in_place_possat +PASS - test_zdsp_negate_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_negate_q7_long +PASS - test_zdsp_negate_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_negate_q7_possat +PASS - test_zdsp_negate_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_15 +PASS - test_zdsp_not_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_32 +PASS - test_zdsp_not_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_47 +PASS - test_zdsp_not_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_15 +PASS - test_zdsp_not_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_32 +PASS - test_zdsp_not_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_not_u8_in_place_47 +PASS - test_zdsp_not_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_15 +PASS - test_zdsp_offset_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_32 +PASS - test_zdsp_offset_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_0p5_47 +PASS - test_zdsp_offset_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_15 +PASS - test_zdsp_offset_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_32 +PASS - test_zdsp_offset_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_0p5_47 +PASS - test_zdsp_offset_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_long +PASS - test_zdsp_offset_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_negsat +PASS - test_zdsp_offset_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_in_place_possat +PASS - test_zdsp_offset_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_long +PASS - test_zdsp_offset_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_offset_q7_negsat +PASS - test_zdsp_offset_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_offset_q7_possat +PASS - test_zdsp_offset_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_15 +PASS - test_zdsp_or_u8_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_32 +PASS - test_zdsp_or_u8_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_47 +PASS - test_zdsp_or_u8_47 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_15 +PASS - test_zdsp_or_u8_in_place_15 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_32 +PASS - test_zdsp_or_u8_in_place_32 in 0.001 seconds +=================================================================== +START - test_zdsp_or_u8_in_place_47 +PASS - test_zdsp_or_u8_in_place_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_15 +PASS - test_zdsp_scale_q7_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_32 +PASS - test_zdsp_scale_q7_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_0p5_47 +PASS - test_zdsp_scale_q7_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_15 +PASS - test_zdsp_scale_q7_in_place_0p5_15 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_32 +PASS - test_zdsp_scale_q7_in_place_0p5_32 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_0p5_47 +PASS - test_zdsp_scale_q7_in_place_0p5_47 in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_long +PASS - test_zdsp_scale_q7_in_place_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_in_place_possat +PASS - test_zdsp_scale_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_scale_q7_long +PASS - test_zdsp_scale_q7_long in 0.002 seconds +=================================================================== +START - test_zdsp_scale_q7_possat +PASS - test_zdsp_scale_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_negsat +PASS - test_zdsp_shift_q7_in_place_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_possat +PASS - test_zdsp_shift_q7_in_place_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_in_place_rand +PASS - test_zdsp_shift_q7_in_place_rand in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_negsat +PASS - test_zdsp_shift_q7_negsat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_possat +PASS - test_zdsp_shift_q7_possat in 0.001 seconds +=================================================================== +START - test_zdsp_shift_q7_rand +PASS - test_zdsp_shift_q7_rand in 0.001 sec +- PASS - [basic_math_f16.test_zdsp_mult_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_mult_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_negate_f16_long] duration = 0.003 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_offset_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_0p5_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_in_place_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_scale_f16_long] duration = 0.004 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_in_place_long] duration = 0.005 seconds +- PASS - [basic_math_f16.test_zdsp_sub_f16_long] duration = 0.005 seconds +SUITE PASS - 100.00% [basic_math_f32]: pass = 66, fail = 0, skip = 0, total = 66 duration = 0.104 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_abs_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_add_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_0p1_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_in_place_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_0p5] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_clip_f32_m0p5_m0p1] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_dot_prod_f32_long] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_mult_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_negate_f32_long] duration = 0.002 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_offset_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_0p5_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_scale_f32_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_in_place_long] duration = 0.003 seconds +- PASS - [basic_math_f32.test_zdsp_sub_f32_long] duration = 0.003 seconds +SUITE PASS - 100.00% [basic_math_q15]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_abs_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_add_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_and_u16_in_place_16] duration =- [basic_math_q15.test_zdsp_scale_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_scale_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_shift_q15_rand] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_long] duration = 0.002 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_negsat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_sub_q15_possat] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_7] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_16] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_23] duration = 0.001 seconds +- PASS - [basic_math_q15.test_zdsp_xor_u16_in_place_7] duration = 0.001 seconds +SUITE PASS - 100.00% [basic_math_q31]: pass = 114, fail = 0, skip = 0, total = 114 duration = 0.128 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_abs_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_negsat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_add_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_and_u32_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_0ccccccd_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_40000000] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_clip_q31_in_place_c0000000_f3333333] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_dot_prod_q31_long] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_mult_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_long] duration = 0.002 seconds +- PASS - [basic_math_q31.test_zdsp_negate_q31_possat] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_3] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_8] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_11] duration = 0.001 seconds +- PASS - [basic_math_q31.test_zdsp_not_u32_in_place_3] duration = 0.001 seconds +- PASS - [basic_math_q31.teplace_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_abs_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_add_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_and_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_0d_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_40] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_clip_q7_in_place_c0_f3] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_dot_prod_q7_long] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_mult_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_negate_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_not_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_offset_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_or_u8_in_place_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_15] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_32] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_0p5_47] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_long] duration = 0.002 seconds +- PASS - [basic_math_q7.test_zdsp_scale_q7_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_possat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_in_place_rand] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_negsat] duration = 0.001 seconds +- PASS - [basic_math_q7.test_zdsp_shift_q7_possat] duration = 0.001 seconds + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f756zg.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f756zg.xml new file mode 100644 index 00000000..ba350163 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_f756zg.xml @@ -0,0 +1,4971 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE support_barycenter_f16 +=================================================================== +START - test_arm_barycenter_f16 +PASS - test_arm_barycenter_f16 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f16 succeeded +Running TESTSUITE support_barycenter_f32 +=================================================================== +START - test_arm_barycenter_f32 +PASS - test_arm_barycenter_f32 in 0.001 seconds +=================================================================== +TESTSUITE support_barycenter_f32 succeeded +Running TESTSUITE support_f16 +=================================================================== +START - test_arm_copy_f16_16 +PASS - test_arm_copy_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_23 +PASS - test_arm_copy_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_f16_7 +PASS - test_arm_copy_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_16 +PASS - test_arm_f16_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_23 +PASS - test_arm_f16_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_float_7 +PASS - test_arm_f16_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_16 +PASS - test_arm_f16_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_23 +PASS - test_arm_f16_to_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_f16_to_q15_7 +PASS - test_arm_f16_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_16 +PASS - test_arm_fill_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_23 +PASS - test_arm_fill_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_f16_7 +PASS - test_arm_fill_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_16 +PASS - test_arm_float_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_23 +PASS - test_arm_float_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_float_to_f16_7 +PASS - test_arm_float_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_16 +PASS - test_arm_q15_to_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_23 +PASS - test_arm_q15_to_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_f16_7 +PASS - test_arm_q15_to_f16_7 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_16 +PASS - test_arm_weighted_sum_f16_16 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_23 +PASS - test_arm_weighted_sum_f16_23 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f16_7 +PASS - test_arm_weighted_sum_f16_7 in 0.001 seconds +=================================================================== +TESTSUITE support_f16 succeeded +Running TESTSUITE support_f32 +=================================================================== +START - test_arm_copy_f32_11 +PASS - test_arm_copy_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_3 +PASS - test_arm_copy_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_copy_f32_8 +PASS - test_arm_copy_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_11 +PASS - test_arm_fill_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_3 +PASS - test_arm_fill_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_fill_f32_8 +PASS - test_arm_fill_f32_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_16 +PASS - test_arm_float_to_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_17 +PASS - test_arm_float_to_q15_17 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q15_7 +PASS - test_arm_float_to_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_11 +PASS - test_arm_float_to_q31_11 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_3 +PASS - test_arm_float_to_q31_3 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q31_8 +PASS - test_arm_float_to_q31_8 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_15 +PASS - test_arm_float_to_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_32 +PASS - test_arm_float_to_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_float_to_q7_33 +PASS - test_arm_float_to_q7_33 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_const_16 +PASS - test_arm_merge_sort_const_16 in 0.001 seconds +=================================================================== +START - test_arm_merge_sort_out_11 +PASS - test_arm_merge_sort_out_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bitonic_16 +PASS - test_arm_sort_const_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_bubble_16 +PASS - test_arm_sort_const_bubble_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_heap_16 +PASS - test_arm_sort_const_heap_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_insertion_16 +PASS - test_arm_sort_const_insertion_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_quick_16 +PASS - test_arm_sort_const_quick_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_const_selection_16 +PASS - test_arm_sort_const_selection_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bitonic_32 +PASS - test_arm_sort_in_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_bubble_11 +PASS - test_arm_sort_in_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_heap_11 +PASS - test_arm_sort_in_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_insertion_11 +PASS - test_arm_sort_in_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_quick_11 +PASS - test_arm_sort_in_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_in_selection_11 +PASS - test_arm_sort_in_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_16 +PASS - test_arm_sort_out_bitonic_16 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bitonic_32 +PASS - test_arm_sort_out_bitonic_32 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_bubble_11 +PASS - test_arm_sort_out_bubble_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_heap_11 +PASS - test_arm_sort_out_heap_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_insertion_11 +PASS - test_arm_sort_out_insertion_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_quick_11 +PASS - test_arm_sort_out_quick_11 in 0.001 seconds +=================================================================== +START - test_arm_sort_out_selection_11 +PASS - test_arm_sort_out_selection_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_11 +PASS - test_arm_weighted_sum_f32_11 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_3 +PASS - test_arm_weighted_sum_f32_3 in 0.001 seconds +=================================================================== +START - test_arm_weighted_sum_f32_8 +PASS - test_arm_weighted_sum_f32_8 in 0.001 seconds +=================================================================== +TESTSUITE support_f32 succeeded +Running TESTSUITE support_q15 +=================================================================== +START - test_arm_copy_q15_16 +PASS - test_arm_copy_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_23 +PASS - test_arm_copy_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_copy_q15_7 +PASS - test_arm_copy_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_16 +PASS - test_arm_fill_q15_16 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_23 +PASS - test_arm_fill_q15_23 in 0.001 seconds +=================================================================== +START - test_arm_fill_q15_7 +PASS - test_arm_fill_q15_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_16 +PASS - test_arm_q15_to_float_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_23 +PASS - test_arm_q15_to_float_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_float_7 +PASS - test_arm_q15_to_float_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_16 +PASS - test_arm_q15_to_q31_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_23 +PASS - test_arm_q15_to_q31_23 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q31_7 +PASS - test_arm_q15_to_q31_7 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_16 +PASS - test_arm_q15_to_q7_16 in 0.001 seconds +=================================================================== +START - test_arm_q15_to_q7_23 +PASS - test_arm_q15_to_q PASS - test_arm_copy_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_32 +PASS - test_arm_copy_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_copy_q7_47 +PASS - test_arm_copy_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_15 +PASS - test_arm_fill_q7_15 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_32 +PASS - test_arm_fill_q7_32 in 0.001 seconds +=================================================================== +START - test_arm_fill_q7_47 +PASS - test_arm_fill_q7_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_15 +PASS - test_arm_q7_to_float_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_32 +PASS - test_arm_q7_to_float_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_float_47 +PASS - test_arm_q7_to_float_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_15 +PASS - test_arm_q7_to_q15_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_32 +PASS - test_arm_q7_to_q15_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q15_47 +PASS - test_arm_q7_to_q15_47 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_15 +PASS - test_arm_q7_to_q31_15 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_32 +PASS - test_arm_q7_to_q31_32 in 0.001 seconds +=================================================================== +START - test_arm_q7_to_q31_47 +PASS - test_arm_q7_to_q31_47 in 0.001 seconds +=================================================================== +TESTSUITE support_q7 succeeded +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [support_barycenter_f16]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f16.test_arm_barycenter_f16] duration = 0.001 seconds +SUITE PASS - 100.00% [support_barycenter_f32]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds +- PASS - [support_barycenter_f32.test_arm_barycenter_f32] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f16]: pass = 21, fail = 0, skip = 0, total = 21 duration = 0.021 seconds +- PASS - [support_f16.test_arm_copy_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_copy_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_float_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_f16_to_q15_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_fill_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_float_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_q15_to_f16_7] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_16] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_23] duration = 0.001 seconds +- PASS - [support_f16.test_arm_weighted_sum_f16_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_f32]: pass = 39, fail = 0, skip = 0, total = 39 duration = 0.039 seconds +- PASS - [support_f32.test_arm_copy_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_copy_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_fill_f32_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_17] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q15_7] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q31_8] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_15] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_float_to_q7_33] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_const_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_merge_sort_out_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_bubble_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_heap_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_insertion_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_quick_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_const_selection_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_in_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_16] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bitonic_32] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_bubble_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_heap_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_insertion_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_quick_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_sort_out_selection_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_11] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_3] duration = 0.001 seconds +- PASS - [support_f32.test_arm_weighted_sum_f32_8] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q15]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q15.test_arm_copy_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_copy_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_fill_q15_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_float_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q31_7] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_16] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_23] duration = 0.001 seconds +- PASS - [support_q15.test_arm_q15_to_q7_7] duration = 0.001 seconds +SUITE PASS - 100.00% [support_q31]: pass = 15, fail = 0, skip = 0, total = 15 duration = 0.015 seconds +- PASS - [support_q31.test_arm_copy_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_copy_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_11] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_3] duration = 0.001 seconds +- PASS - [support_q31.test_arm_fill_q31_8] duration = 0.001 seconds +- PASS - [support_q31.test_arm_q31_to_float_16] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE test_spsc_pbuf +=================================================================== +START - test_0cpy +PASS - test_0cpy in 0.001 seconds +=================================================================== +START - test_0cpy_corner1 +PASS - test_0cpy_corner1 in 0.001 seconds +=================================================================== +START - test_0cpy_corner2 +PASS - test_0cpy_corner2 in 0.001 seconds +=================================================================== +START - test_0cpy_discard +PASS - test_0cpy_discard in 0.001 seconds +=================================================================== +START - test_0cpy_smaller +PASS - test_0cpy_smaller in 0.001 seconds +=================================================================== +START - test_largest_alloc +PASS - test_largest_alloc in 0.001 seconds +=================================================================== +START - test_spsc_pbuf_ut +PASS - test_spsc_pbuf_ut in 0.001 seconds +=================================================================== +START - test_spsc_pbuf_ut_cache +PASS - test_spsc_pbuf_ut_cache in 0.001 seconds +=================================================================== +START - test_stress +Reading from an interrupt, writing from a thread +0% remaining:14000 ms 0% remaining:13000 ms 0% remaining:12000 ms 0% remaining:11000 ms 0% remaining:10000 ms 0% remaining:9000 ms 0% remaining:8000 ms 0% remaining:7000 ms 0% remaining:6000 ms 0% remaining:5000 ms 0% remaining:4000 ms 0% remaining:3000 ms 0% remaining:2000 ms 0% remaining:1000 ms 0% remaining:0 ms +Ztress execution report: +context 0: +- executed:37476, preempted:0 +- ticks initial:4, optimized:4 +context 1: +- executed:26692, preempted:1034 +- ticks initial:4, optimized:4 +Average CPU load:13%, measurements:150 +Writes:39894 failures: 26 +Writing from an interrupt, reading from a thread +100% remaining:14000 ms 100% remaining:13000 ms 100% remaining:12000 ms 100% remaining:11000 ms 100% remaining:10000 ms 100% remaining:9000 ms 100% remaining:8000 ms 100% remaining:7000 ms +Assertion failed at WEST_TOPDIR/zephyr/tests/lib/spsc_pbuf/src/main.c:439: stress_read: check_buffer(buf, len, ctx->read_cnt) is non-zero +FAIL - test_stress in 3.277 seconds +=================================================================== +START - test_stress_0cpy +1% remaining:14000 ms 4% remaining:13000 ms 5% remaining:12000 ms 8% remaining:11000 ms 10% remaining:10000 ms 12% remaining:9000 ms 15% remaining:8000 ms 17% remaining:7000 ms 20% remaining:6000 ms 22% remaining:5000 ms 24% remaining:4000 ms 27% remaining:3000 ms 29% remaining:2000 ms 31% remaining:1000 ms 33% remaining:0 ms +Ztress execution report: +context 0: +- executed:64848, preempted:211 +- ticks initial:4, optimized:4 +context 1: +- executed:26929, preempted:333 +- ticks initial:4, optimized:4 +Average CPU load:27%, measurements:150 +0% remaining:14000 ms 0% remaining:13000 ms 0% remaining:12000 ms 1% remaining:11000 ms 2% remaining:10000 ms 2% remaining:9000 ms 2% remaining:8000 ms 2% remaining:7000 ms 3% remaining:6000 ms 3% remaining:5000 ms 3% remaining:4000 ms 3% remaining:3000 ms 4% remaining:2000 ms 4% remaining:1000 ms 4% remaining:0 ms +Ztress execution report: +context 0: +- executed:28268, preempted:0 +- ticks initial:4, optimized:4 +context 1: +- executed:27769, preempted:44 +- ticks initial:4, optimized:4 +Average CPU load:26%, measurements:150 +PASS - test_stress_0cpy in 10.180 seconds +=================================================================== +START - test_utilization +PASS - test_utilization in 0.001 seconds +=================================================================== +TESTSUITE test_spsc_pbuf failed. +------ TESTSUITE SUMMARY START ------ +SUITE FAIL - 90.91% [test_spsc_pbuf]: pass = 10, fail = 1, skip = 0, total = 11 duration = 13.466 seconds +- PASS - [test_spsc_pbuf.test_0cpy] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_corner1] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_corner2] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_discard] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_smaller] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_largest_alloc] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_spsc_pbuf_ut] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_spsc_pbuf_ut_cache] duration = 0.001 seconds +- FAIL - [test_spsc_pbuf.test_stress] duration = 3.277 seconds +- PASS - [test_spsc_pbuf.test_stress_0cpy] duration = 10.180 seconds +- PASS - [test_spsc_pbuf.test_utilization] duration = 0.001 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: 266e870d6cd0054f5cbb94bb2b9bce08 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE userspace +=================================================================== +START - test_access_after_revoke +E: thread 0x20010240 (2) does not have permission on k_sem 0x200136dc +E: permission bitmap +E: 08 00 |.. +E: syscall z_vrfy_k_sem_take failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_access_after_revoke) +Caught system error -- reason 3 +System error was expected +PASS - test_access_after_revoke in 0.049 seconds +=================================================================== +START - test_bad_syscall +E: Bad system call id 2147483647 invoked +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_bad_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_bad_syscall in 0.036 seconds +=================================================================== +START - test_disable_mmu_mpu +E: ***** BUS FAULT ***** +E: Imprecise data bus error +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0xe000ed00 r12/ip: 0x08002c3f r14/lr: 0x0800088d +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800088c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_disable_mmu_mpu) +Caught system error -- reason 0 +System error was expected +PASS - test_disable_mmu_mpu in 0.038 seconds +=================================================================== +START - test_is_usermode +PASS - test_is_usermode in 0.001 seconds +=================================================================== +START - test_kernel_only_thread +kernel only thread in kernel mode +ASSERTION FAIL [z_stack_is_user_capable(_kernel.cpus[0].current->stack_obj)] @ WEST_TOPDIR/zephyr/kernel/thread.c:754 +dropping to user mode with kernel-only stack object +E: r0/a1: 0x00000004 r1/a2: 0x000002f2 r2/a3: 0x40004800 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0800cd77 +E: xpsr: 0x61000000 +E: Faulting instruction address (r15/pc): 0x0800cd90 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200100a0 (kernel_only_thread) +Caught system error -- reason 4 +System error was expected +PASS - test_kernel_only_thread in 0.501 seconds +=================================================================== +START - test_object_recycle +PASS - test_object_recycle in 0.001 seconds +=================================================================== +START - test_oops_exception +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800067c +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_exception) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_exception in 0.033 seconds +=================================================================== +START - test_oops_maxint +E: r0/a1: 0x7fffffff r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006a0 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_maxint) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_maxint in 0.032 seconds +=================================================================== +START - test_oops_oops +E: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000658 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_oops) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_oops in 0.032 seconds +=================================================================== +START - test_oops_panic +E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000634 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_panic) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_panic in 0.032 seconds +=================================================================== +START - test_oops_stackcheck +E: r0/a1: 0x00000002 r1/a2: 0x00000000 r2/a3: 0x00000002 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006c4 +E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +E: Current thread: 0x20010240 (test_oops_stackcheck) +Caught system error -- reason 2 +System error was expected +PASS - test_oops_stackcheck in 0.033 seconds +=================================================================== +START - test_pass_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_noperms_object in 0.049 seconds +=================================================================== +START - test_pass_user_object +E: 0x2001006c is not a valid k_sem +E: address is not a known kernel object +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_user_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_user_object in 0.044 seconds +=================================================================== +START - test_read_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x08011f35 r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x08000a31 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000a34 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernel_data in 0.040 seconds +=================================================================== +START - test_read_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x080127ec r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000b29 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000b2c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernram in 0.040 seconds +=================================================================== +START - test_read_kobject_user_pipe +E: syscall z_vrfy_k_pipe_put failed check: Memory region 0x200136dc (size 1) read access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_read_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_read_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_read_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x0800f523 r1/a2: 0x200123bc r2/a3: 0x00000001 +E: r3/a4: 0x20010050 r12/ip: 0x08001777 r14/lr: 0x0800092b +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x0800092c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_read_other_stack in 0.039 seconds +=================================================================== +START - test_read_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x0800f57a r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x080009ad +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009b2 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_read_priv_stack in 0.040 seconds +=================================================================== +START - test_revoke_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_object_release failed check: object 0x20010744 access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_revoke_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_revoke_noperms_object in 0.052 seconds +=================================================================== +START - test_start_kernel_thread +E: syscall z_vrfy_k_thread_create failed check: options & K_USER +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_start_kernel_thread) +Caught system error -- reason 3 +System error was expected +PASS - test_start_kernel_thread in 0.039 seconds +=================================================================== +START - test_syscall_context +PASS - test_syscall_context in 0.001 seconds +=================================================================== +START - test_tls_leakage +SKIP - test_tls_leakage in 0.001 seconds +=================================================================== +START - test_tls_pointer +SKIP - test_tls_pointer in 0.001 seconds +=================================================================== +START - test_unimplemented_syscall +E: Unimplemented system call +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_unimplemented_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_unimplemented_syscall in 0.036 seconds +=================================================================== +START - test_user_mode_enter +PASS - test_user_mode_enter in 0.001 seconds +=================================================================== +START - test_write_control +PASS - test_write_control in 0.001 seconds +=================================================================== +START - test_write_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x080009f7 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009fa +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernel_data in 0.040 seconds +=================================================================== +START - test_write_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000aef +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000af0 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernram in 0.040 seconds +=================================================================== +START - test_write_kernro +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x800edf4 +E: r0/a1: 0x00000000 r1/a2: 0x0800f5e1 r2/a3: 0x0800f309 +E: r3/a4: 0xffffffea r12/ip: 0x08002c3f r14/lr: 0x08000a9f +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000aa4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernro) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernro in 0.040 seconds +=================================================================== +START - test_write_kerntext +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x80005e9 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0800f309 +E: r3/a4: 0x080005e9 r12/ip: 0x08002c3f r14/lr: 0x0800084f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000852 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kerntext) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kerntext in 0.040 seconds +=================================================================== +START - test_write_kobject_user_pipe +E: syscall z_vrfy_k_pipe_get failed check: Memory region 0x200136dc (size 1) write access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_write_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_write_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_write_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x00000000 r1/a2: 0x200123bc r2/a3: 0x0800f309 +E: r3/a4: 0x00000002 r12/ip: 0x08001777 r14/lr: 0x080008f3 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080008f6 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_write_other_stack in 0.039 seconds +=================================================================== +START - test_write_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0000002a +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x0800096f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000974 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_write_priv_stack in 0.040 seconds +=================================================================== +TESTSUITE userspace succeeded +Running TESTSUITE userspace_domain +=================================================================== +START - test_1st_init_and_access_other_memdomain +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x2001007c +E: r0/a1: 0x2001007c r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000001 r12/ip: 0x08001777 r14/lr: 0x0800178f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000704 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_1st_init_and_access_other_memdomain in 0.039 seconds +=================================================================== +START - test_domain_add_part_drop_to_user +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:804: userspace_domain_test_domain_add_part_drop_to_user: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_drop_to_user in 0.026 seconds +=================================================================== +START - test_domain_add_thread_drop_to_user +PASS - test_domain_add_thread_drop_to_user in 0.002 seconds +=================================================================== +START - test_domain_remove_part_drop_to_user +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:824: userspace_domain_test_domain_remove_part_drop_to_user: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove partition +FAIL - test_domain_remove_part_drop_to_user in 0.026 seconds +=================================================================== +TESTSUITE userspace_domain failed. +Running TESTSUITE userspace_domain_ctx +=================================================================== +START - test_domain_add_part_context_switch +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:853: userspace_domain_ctx_test_domain_add_part_context_switch: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_context_switch in 0.027 seconds +=================================================================== +START - test_domain_add_thread_context_switch +PASS - test_domain_add_thread_context_switch in 0.001 seconds +=================================================================== +START - test_domain_remove_part_context_switch +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:874: userspace_domain_ctx_test_domain_remove_part_context_switch: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove memory partition +FAIL - test_domain_remove_part_context_switch in 0.027 seconds +=================================================================== +TESTSUITE userspace_domain_ctx failed. +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [userspace]: pass = 31, fail = 0, skip = 2, total = 33 duration = 1.495 seconds +- PASS - [userspace.test_access_after_revoke] duration = 0.049 seconds +- PASS - [userspace.test_bad_syscall] duration = 0.036 seconds +- PASS - [userspace.test_disable_mmu_mpu] duration = 0.038 seconds +- PASS - [userspace.test_is_usermode] duration = 0.001 seconds +- PASS - [userspace.test_kernel_only_thread] duration = 0.501 seconds +- PASS - [userspace.test_object_recycle] duration = 0.001 seconds +- PASS - [userspace.test_oops_exception] duration = 0.033 seconds +- PASS - [userspace.test_oops_maxint] duration = 0.032 seconds +- PASS - [userspace.test_oops_oops] duration = 0.032 seconds +- PASS - [userspace.test_oops_panic] duration = 0.032 seconds +- PASS - [userspace.test_oops_stackcheck] duration = 0.033 seconds +- PASS - [userspace.test_pass_noperms_object] duration = 0.049 seconds +- PASS - [userspace.test_pass_user_object] duration = 0.044 seconds +- PASS - [userspace.test_read_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_read_kernram] duration = 0.040 seconds +- PASS - [userspace.test_read_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_read_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_read_priv_stack] duration = 0.040 seconds +- PASS - [userspace.test_revoke_noperms_object] duration = 0.052 seconds +- PASS - [userspace.test_start_kernel_thread] duration = 0.039 seconds +- PASS - [userspace.test_syscall_context] duration = 0.001 seconds +- SKIP - [userspace.test_tls_leakage] duration = 0.001 seconds +- SKIP - [userspace.test_tls_pointer] duration = 0.001 seconds +- PASS - [userspace.test_unimplemented_syscall] duration = 0.036 seconds +- PASS - [userspace.test_user_mode_enter] duration = 0.001 seconds +- PASS - [userspace.test_write_control] duration = 0.001 seconds +- PASS - [userspace.test_write_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_write_kernram] duration = 0.040 seconds +- PASS - [userspace.test_write_kernro] duration = 0.040 seconds +- PASS - [userspace.test_write_kerntext] duration = 0.040 seconds +- PASS - [userspace.test_write_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_write_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_write_priv_stack] duration = 0.040 seconds +SUITE FAIL - 50.00% [userspace_domain]: pass = 2, fail = 2, skip = 0, total = 4 duration = 0.093 seconds +- PASS - [userspace_domain.test_1st_init_and_access_other_memdomain] duration = 0.039 seconds +- FAIL - [userspace_domain.test_domain_add_part_drop_to_user] duration = 0.026 seconds +- PASS - [userspace_domain.test_domain_add_thread_drop_to_user] duration = 0.002 seconds +- FAIL - [userspace_domain.test_domain_remove_part_drop_to_user] duration = 0.026 seconds +SUITE FAIL - 33.33% [userspace_domain_ctx]: pass = 1, fail = 2, skip = 0, total = 3 duration = 0.055 seconds +- FAIL - [userspace_domain_ctx.test_domain_add_part_context_switch] duration = 0.027 seconds +- PASS - [userspace_domain_ctx.test_domain_add_thread_context_switch] duration = 0.001 seconds +- FAIL - [userspace_domain_ctx.test_domain_remove_part_context_switch] duration = 0.027 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: d8fa6488609918610f1a5c3e4a70fb91 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE userspace +=================================================================== +START - test_access_after_revoke +E: thread 0x20010240 (2) does not have permission on k_sem 0x200136dc +E: permission bitmap +E: 08 00 |.. +E: syscall z_vrfy_k_sem_take failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_access_after_revoke) +Caught system error -- reason 3 +System error was expected +PASS - test_access_after_revoke in 0.049 seconds +=================================================================== +START - test_bad_syscall +E: Bad system call id 2147483647 invoked +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_bad_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_bad_syscall in 0.036 seconds +=================================================================== +START - test_disable_mmu_mpu +E: ***** BUS FAULT ***** +E: Imprecise data bus error +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0xe000ed00 r12/ip: 0x08002c3f r14/lr: 0x0800088d +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800088c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_disable_mmu_mpu) +Caught system error -- reason 0 +System error was expected +PASS - test_disable_mmu_mpu in 0.038 seconds +=================================================================== +START - test_is_usermode +PASS - test_is_usermode in 0.001 seconds +=================================================================== +START - test_kernel_only_thread +kernel only thread in kernel mode +ASSERTION FAIL [z_stack_is_user_capable(_kernel.cpus[0].current->stack_obj)] @ WEST_TOPDIR/zephyr/kernel/thread.c:754 +dropping to user mode with kernel-only stack object +E: r0/a1: 0x00000004 r1/a2: 0x000002f2 r2/a3: 0x40004800 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0800cd77 +E: xpsr: 0x61000000 +E: Faulting instruction address (r15/pc): 0x0800cd90 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200100a0 (kernel_only_thread) +Caught system error -- reason 4 +System error was expected +PASS - test_kernel_only_thread in 0.501 seconds +=================================================================== +START - test_object_recycle +PASS - test_object_recycle in 0.001 seconds +=================================================================== +START - test_oops_exception +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800067c +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_exception) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_exception in 0.033 seconds +=================================================================== +START - test_oops_maxint +E: r0/a1: 0x7fffffff r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006a0 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_maxint) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_maxint in 0.032 seconds +=================================================================== +START - test_oops_oops +E: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000658 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_oops) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_oops in 0.032 seconds +=================================================================== +START - test_oops_panic +E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000634 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_panic) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_panic in 0.032 seconds +=================================================================== +START - test_oops_stackcheck +E: r0/a1: 0x00000002 r1/a2: 0x00000000 r2/a3: 0x00000002 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006c4 +E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +E: Current thread: 0x20010240 (test_oops_stackcheck) +Caught system error -- reason 2 +System error was expected +PASS - test_oops_stackcheck in 0.033 seconds +=================================================================== +START - test_pass_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_noperms_object in 0.049 seconds +=================================================================== +START - test_pass_user_object +E: 0x2001006c is not a valid k_sem +E: address is not a known kernel object +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_user_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_user_object in 0.044 seconds +=================================================================== +START - test_read_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x08011f35 r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x08000a31 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000a34 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernel_data in 0.040 seconds +=================================================================== +START - test_read_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x080127ec r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000b29 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000b2c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernram in 0.040 seconds +=================================================================== +START - test_read_kobject_user_pipe +E: syscall z_vrfy_k_pipe_put failed check: Memory region 0x200136dc (size 1) read access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_read_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_read_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_read_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x0800f523 r1/a2: 0x200123bc r2/a3: 0x00000001 +E: r3/a4: 0x20010050 r12/ip: 0x08001777 r14/lr: 0x0800092b +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x0800092c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_read_other_stack in 0.039 seconds +=================================================================== +START - test_read_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x0800f57a r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x080009ad +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009b2 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_read_priv_stack in 0.040 seconds +=================================================================== +START - test_revoke_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_object_release failed check: object 0x20010744 access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_revoke_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_revoke_noperms_object in 0.052 seconds +=================================================================== +START - test_start_kernel_thread +E: syscall z_vrfy_k_thread_create failed check: options & K_USER +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_start_kernel_thread) +Caught system error -- reason 3 +System error was expected +PASS - test_start_kernel_thread in 0.039 seconds +=================================================================== +START - test_syscall_context +PASS - test_syscall_context in 0.001 seconds +=================================================================== +START - test_tls_leakage +SKIP - test_tls_leakage in 0.001 seconds +=================================================================== +START - test_tls_pointer +SKIP - test_tls_pointer in 0.001 seconds +=================================================================== +START - test_unimplemented_syscall +E: Unimplemented system call +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_unimplemented_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_unimplemented_syscall in 0.036 seconds +=================================================================== +START - test_user_mode_enter +PASS - test_user_mode_enter in 0.001 seconds +=================================================================== +START - test_write_control +PASS - test_write_control in 0.001 seconds +=================================================================== +START - test_write_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x080009f7 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009fa +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernel_data in 0.040 seconds +=================================================================== +START - test_write_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000aef +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000af0 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernram in 0.040 seconds +=================================================================== +START - test_write_kernro +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x800edf4 +E: r0/a1: 0x00000000 r1/a2: 0x0800f5e1 r2/a3: 0x0800f309 +E: r3/a4: 0xffffffea r12/ip: 0x08002c3f r14/lr: 0x08000a9f +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000aa4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernro) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernro in 0.040 seconds +=================================================================== +START - test_write_kerntext +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x80005e9 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0800f309 +E: r3/a4: 0x080005e9 r12/ip: 0x08002c3f r14/lr: 0x0800084f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000852 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kerntext) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kerntext in 0.040 seconds +=================================================================== +START - test_write_kobject_user_pipe +E: syscall z_vrfy_k_pipe_get failed check: Memory region 0x200136dc (size 1) write access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_write_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_write_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_write_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x00000000 r1/a2: 0x200123bc r2/a3: 0x0800f309 +E: r3/a4: 0x00000002 r12/ip: 0x08001777 r14/lr: 0x080008f3 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080008f6 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_write_other_stack in 0.039 seconds +=================================================================== +START - test_write_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0000002a +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x0800096f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000974 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_write_priv_stack in 0.040 seconds +=================================================================== +TESTSUITE userspace succeeded +Running TESTSUITE userspace_domain +=================================================================== +START - test_1st_init_and_access_other_memdomain +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x2001007c +E: r0/a1: 0x2001007c r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000001 r12/ip: 0x08001777 r14/lr: 0x0800178f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000704 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_1st_init_and_access_other_memdomain in 0.039 seconds +=================================================================== +START - test_domain_add_part_drop_to_user +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:804: userspace_domain_test_domain_add_part_drop_to_user: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_drop_to_user in 0.026 seconds +=================================================================== +START - test_domain_add_thread_drop_to_user +PASS - test_domain_add_thread_drop_to_user in 0.002 seconds +=================================================================== +START - test_domain_remove_part_drop_to_user +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:824: userspace_domain_test_domain_remove_part_drop_to_user: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove partition +FAIL - test_domain_remove_part_drop_to_user in 0.026 seconds +=================================================================== +TESTSUITE userspace_domain failed. +Running TESTSUITE userspace_domain_ctx +=================================================================== +START - test_domain_add_part_context_switch +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:853: userspace_domain_ctx_test_domain_add_part_context_switch: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_context_switch in 0.027 seconds +=================================================================== +START - test_domain_add_thread_context_switch +PASS - test_domain_add_thread_context_switch in 0.001 seconds +=================================================================== +START - test_domain_remove_part_context_switch +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:874: userspace_domain_ctx_test_domain_remove_part_context_switch: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove memory partition +FAIL - test_domain_remove_part_context_switch in 0.027 seconds +=================================================================== +TESTSUITE userspace_domain_ctx failed. +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [userspace]: pass = 31, fail = 0, skip = 2, total = 33 duration = 1.495 seconds +- PASS - [userspace.test_access_after_revoke] duration = 0.049 seconds +- PASS - [userspace.test_bad_syscall] duration = 0.036 seconds +- PASS - [userspace.test_disable_mmu_mpu] duration = 0.038 seconds +- PASS - [userspace.test_is_usermode] duration = 0.001 seconds +- PASS - [userspace.test_kernel_only_thread] duration = 0.501 seconds +- PASS - [userspace.test_object_recycle] duration = 0.001 seconds +- PASS - [userspace.test_oops_exception] duration = 0.033 seconds +- PASS - [userspace.test_oops_maxint] duration = 0.032 seconds +- PASS - [userspace.test_oops_oops] duration = 0.032 seconds +- PASS - [userspace.test_oops_panic] duration = 0.032 seconds +- PASS - [userspace.test_oops_stackcheck] duration = 0.033 seconds +- PASS - [userspace.test_pass_noperms_object] duration = 0.049 seconds +- PASS - [userspace.test_pass_user_object] duration = 0.044 seconds +- PASS - [userspace.test_read_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_read_kernram] duration = 0.040 seconds +- PASS - [userspace.test_read_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_read_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_read_priv_stack] duration = 0.040 seconds +- PASS - [userspace.test_revoke_noperms_object] duration = 0.052 seconds +- PASS - [userspace.test_start_kernel_thread] duration = 0.039 seconds +- PASS - [userspace.test_syscall_context] duration = 0.001 seconds +- SKIP - [userspace.test_tls_leakage] duration = 0.001 seconds +- SKIP - [userspace.test_tls_pointer] duration = 0.001 seconds +- PASS - [userspace.test_unimplemented_syscall] duration = 0.036 seconds +- PASS - [userspace.test_user_mode_enter] duration = 0.001 seconds +- PASS - [userspace.test_write_control] duration = 0.001 seconds +- PASS - [userspace.test_write_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_write_kernram] duration = 0.040 seconds +- PASS - [userspace.test_write_kernro] duration = 0.040 seconds +- PASS - [userspace.test_write_kerntext] duration = 0.040 seconds +- PASS - [userspace.test_write_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_write_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_write_priv_stack] duration = 0.040 seconds +SUITE FAIL - 50.00% [userspace_domain]: pass = 2, fail = 2, skip = 0, total = 4 duration = 0.093 seconds +- PASS - [userspace_domain.test_1st_init_and_access_other_memdomain] duration = 0.039 seconds +- FAIL - [userspace_domain.test_domain_add_part_drop_to_user] duration = 0.026 seconds +- PASS - [userspace_domain.test_domain_add_thread_drop_to_user] duration = 0.002 seconds +- FAIL - [userspace_domain.test_domain_remove_part_drop_to_user] duration = 0.026 seconds +SUITE FAIL - 33.33% [userspace_domain_ctx]: pass = 1, fail = 2, skip = 0, total = 3 duration = 0.055 seconds +- FAIL - [userspace_domain_ctx.test_domain_add_part_context_switch] duration = 0.027 seconds +- PASS - [userspace_domain_ctx.test_domain_add_thread_context_switch] duration = 0.001 seconds +- FAIL - [userspace_domain_ctx.test_domain_remove_part_context_switch] duration = 0.027 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: d8fa6488609918610f1a5c3e4a70fb91 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE userspace +=================================================================== +START - test_access_after_revoke +E: thread 0x20010240 (2) does not have permission on k_sem 0x200136dc +E: permission bitmap +E: 08 00 |.. +E: syscall z_vrfy_k_sem_take failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_access_after_revoke) +Caught system error -- reason 3 +System error was expected +PASS - test_access_after_revoke in 0.049 seconds +=================================================================== +START - test_bad_syscall +E: Bad system call id 2147483647 invoked +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_bad_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_bad_syscall in 0.036 seconds +=================================================================== +START - test_disable_mmu_mpu +E: ***** BUS FAULT ***** +E: Imprecise data bus error +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0xe000ed00 r12/ip: 0x08002c3f r14/lr: 0x0800088d +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800088c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_disable_mmu_mpu) +Caught system error -- reason 0 +System error was expected +PASS - test_disable_mmu_mpu in 0.038 seconds +=================================================================== +START - test_is_usermode +PASS - test_is_usermode in 0.001 seconds +=================================================================== +START - test_kernel_only_thread +kernel only thread in kernel mode +ASSERTION FAIL [z_stack_is_user_capable(_kernel.cpus[0].current->stack_obj)] @ WEST_TOPDIR/zephyr/kernel/thread.c:754 +dropping to user mode with kernel-only stack object +E: r0/a1: 0x00000004 r1/a2: 0x000002f2 r2/a3: 0x40004800 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0800cd77 +E: xpsr: 0x61000000 +E: Faulting instruction address (r15/pc): 0x0800cd90 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200100a0 (kernel_only_thread) +Caught system error -- reason 4 +System error was expected +PASS - test_kernel_only_thread in 0.501 seconds +=================================================================== +START - test_object_recycle +PASS - test_object_recycle in 0.001 seconds +=================================================================== +START - test_oops_exception +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800067c +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_exception) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_exception in 0.033 seconds +=================================================================== +START - test_oops_maxint +E: r0/a1: 0x7fffffff r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006a0 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_maxint) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_maxint in 0.032 seconds +=================================================================== +START - test_oops_oops +E: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000658 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_oops) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_oops in 0.032 seconds +=================================================================== +START - test_oops_panic +E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000634 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_panic) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_panic in 0.032 seconds +=================================================================== +START - test_oops_stackcheck +E: r0/a1: 0x00000002 r1/a2: 0x00000000 r2/a3: 0x00000002 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006c4 +E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +E: Current thread: 0x20010240 (test_oops_stackcheck) +Caught system error -- reason 2 +System error was expected +PASS - test_oops_stackcheck in 0.033 seconds +=================================================================== +START - test_pass_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_noperms_object in 0.049 seconds +=================================================================== +START - test_pass_user_object +E: 0x2001006c is not a valid k_sem +E: address is not a known kernel object +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_user_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_user_object in 0.044 seconds +=================================================================== +START - test_read_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x08011f35 r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x08000a31 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000a34 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernel_data in 0.040 seconds +=================================================================== +START - test_read_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x080127ec r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000b29 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000b2c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernram in 0.040 seconds +=================================================================== +START - test_read_kobject_user_pipe +E: syscall z_vrfy_k_pipe_put failed check: Memory region 0x200136dc (size 1) read access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_read_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_read_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_read_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x0800f523 r1/a2: 0x200123bc r2/a3: 0x00000001 +E: r3/a4: 0x20010050 r12/ip: 0x08001777 r14/lr: 0x0800092b +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x0800092c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_read_other_stack in 0.039 seconds +=================================================================== +START - test_read_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x0800f57a r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x080009ad +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009b2 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_read_priv_stack in 0.040 seconds +=================================================================== +START - test_revoke_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_object_release failed check: object 0x20010744 access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_revoke_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_revoke_noperms_object in 0.052 seconds +=================================================================== +START - test_start_kernel_thread +E: syscall z_vrfy_k_thread_create failed check: options & K_USER +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_start_kernel_thread) +Caught system error -- reason 3 +System error was expected +PASS - test_start_kernel_thread in 0.039 seconds +=================================================================== +START - test_syscall_context +PASS - test_syscall_context in 0.001 seconds +=================================================================== +START - test_tls_leakage +SKIP - test_tls_leakage in 0.001 seconds +=================================================================== +START - test_tls_pointer +SKIP - test_tls_pointer in 0.001 seconds +=================================================================== +START - test_unimplemented_syscall +E: Unimplemented system call +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_unimplemented_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_unimplemented_syscall in 0.036 seconds +=================================================================== +START - test_user_mode_enter +PASS - test_user_mode_enter in 0.001 seconds +=================================================================== +START - test_write_control +PASS - test_write_control in 0.001 seconds +=================================================================== +START - test_write_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x080009f7 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009fa +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernel_data in 0.040 seconds +=================================================================== +START - test_write_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000aef +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000af0 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernram in 0.040 seconds +=================================================================== +START - test_write_kernro +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x800edf4 +E: r0/a1: 0x00000000 r1/a2: 0x0800f5e1 r2/a3: 0x0800f309 +E: r3/a4: 0xffffffea r12/ip: 0x08002c3f r14/lr: 0x08000a9f +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000aa4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernro) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernro in 0.040 seconds +=================================================================== +START - test_write_kerntext +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x80005e9 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0800f309 +E: r3/a4: 0x080005e9 r12/ip: 0x08002c3f r14/lr: 0x0800084f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000852 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kerntext) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kerntext in 0.040 seconds +=================================================================== +START - test_write_kobject_user_pipe +E: syscall z_vrfy_k_pipe_get failed check: Memory region 0x200136dc (size 1) write access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_write_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_write_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_write_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x00000000 r1/a2: 0x200123bc r2/a3: 0x0800f309 +E: r3/a4: 0x00000002 r12/ip: 0x08001777 r14/lr: 0x080008f3 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080008f6 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_write_other_stack in 0.039 seconds +=================================================================== +START - test_write_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0000002a +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x0800096f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000974 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_write_priv_stack in 0.040 seconds +=================================================================== +TESTSUITE userspace succeeded +Running TESTSUITE userspace_domain +=================================================================== +START - test_1st_init_and_access_other_memdomain +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x2001007c +E: r0/a1: 0x2001007c r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000001 r12/ip: 0x08001777 r14/lr: 0x0800178f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000704 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_1st_init_and_access_other_memdomain in 0.039 seconds +=================================================================== +START - test_domain_add_part_drop_to_user +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:804: userspace_domain_test_domain_add_part_drop_to_user: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_drop_to_user in 0.026 seconds +=================================================================== +START - test_domain_add_thread_drop_to_user +PASS - test_domain_add_thread_drop_to_user in 0.002 seconds +=================================================================== +START - test_domain_remove_part_drop_to_user +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:824: userspace_domain_test_domain_remove_part_drop_to_user: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove partition +FAIL - test_domain_remove_part_drop_to_user in 0.026 seconds +=================================================================== +TESTSUITE userspace_domain failed. +Running TESTSUITE userspace_domain_ctx +=================================================================== +START - test_domain_add_part_context_switch +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:853: userspace_domain_ctx_test_domain_add_part_context_switch: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_context_switch in 0.027 seconds +=================================================================== +START - test_domain_add_thread_context_switch +PASS - test_domain_add_thread_context_switch in 0.001 seconds +=================================================================== +START - test_domain_remove_part_context_switch +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:874: userspace_domain_ctx_test_domain_remove_part_context_switch: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove memory partition +FAIL - test_domain_remove_part_context_switch in 0.027 seconds +=================================================================== +TESTSUITE userspace_domain_ctx failed. +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [userspace]: pass = 31, fail = 0, skip = 2, total = 33 duration = 1.495 seconds +- PASS - [userspace.test_access_after_revoke] duration = 0.049 seconds +- PASS - [userspace.test_bad_syscall] duration = 0.036 seconds +- PASS - [userspace.test_disable_mmu_mpu] duration = 0.038 seconds +- PASS - [userspace.test_is_usermode] duration = 0.001 seconds +- PASS - [userspace.test_kernel_only_thread] duration = 0.501 seconds +- PASS - [userspace.test_object_recycle] duration = 0.001 seconds +- PASS - [userspace.test_oops_exception] duration = 0.033 seconds +- PASS - [userspace.test_oops_maxint] duration = 0.032 seconds +- PASS - [userspace.test_oops_oops] duration = 0.032 seconds +- PASS - [userspace.test_oops_panic] duration = 0.032 seconds +- PASS - [userspace.test_oops_stackcheck] duration = 0.033 seconds +- PASS - [userspace.test_pass_noperms_object] duration = 0.049 seconds +- PASS - [userspace.test_pass_user_object] duration = 0.044 seconds +- PASS - [userspace.test_read_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_read_kernram] duration = 0.040 seconds +- PASS - [userspace.test_read_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_read_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_read_priv_stack] duration = 0.040 seconds +- PASS - [userspace.test_revoke_noperms_object] duration = 0.052 seconds +- PASS - [userspace.test_start_kernel_thread] duration = 0.039 seconds +- PASS - [userspace.test_syscall_context] duration = 0.001 seconds +- SKIP - [userspace.test_tls_leakage] duration = 0.001 seconds +- SKIP - [userspace.test_tls_pointer] duration = 0.001 seconds +- PASS - [userspace.test_unimplemented_syscall] duration = 0.036 seconds +- PASS - [userspace.test_user_mode_enter] duration = 0.001 seconds +- PASS - [userspace.test_write_control] duration = 0.001 seconds +- PASS - [userspace.test_write_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_write_kernram] duration = 0.040 seconds +- PASS - [userspace.test_write_kernro] duration = 0.040 seconds +- PASS - [userspace.test_write_kerntext] duration = 0.040 seconds +- PASS - [userspace.test_write_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_write_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_write_priv_stack] duration = 0.040 seconds +SUITE FAIL - 50.00% [userspace_domain]: pass = 2, fail = 2, skip = 0, total = 4 duration = 0.093 seconds +- PASS - [userspace_domain.test_1st_init_and_access_other_memdomain] duration = 0.039 seconds +- FAIL - [userspace_domain.test_domain_add_part_drop_to_user] duration = 0.026 seconds +- PASS - [userspace_domain.test_domain_add_thread_drop_to_user] duration = 0.002 seconds +- FAIL - [userspace_domain.test_domain_remove_part_drop_to_user] duration = 0.026 seconds +SUITE FAIL - 33.33% [userspace_domain_ctx]: pass = 1, fail = 2, skip = 0, total = 3 duration = 0.055 seconds +- FAIL - [userspace_domain_ctx.test_domain_add_part_context_switch] duration = 0.027 seconds +- PASS - [userspace_domain_ctx.test_domain_add_thread_context_switch] duration = 0.001 seconds +- FAIL - [userspace_domain_ctx.test_domain_remove_part_context_switch] duration = 0.027 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: d8fa6488609918610f1a5c3e4a70fb91 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE userspace +=================================================================== +START - test_access_after_revoke +E: thread 0x20010240 (2) does not have permission on k_sem 0x200136dc +E: permission bitmap +E: 08 00 |.. +E: syscall z_vrfy_k_sem_take failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_access_after_revoke) +Caught system error -- reason 3 +System error was expected +PASS - test_access_after_revoke in 0.049 seconds +=================================================================== +START - test_bad_syscall +E: Bad system call id 2147483647 invoked +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_bad_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_bad_syscall in 0.036 seconds +=================================================================== +START - test_disable_mmu_mpu +E: ***** BUS FAULT ***** +E: Imprecise data bus error +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0xe000ed00 r12/ip: 0x08002c3f r14/lr: 0x0800088d +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800088c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_disable_mmu_mpu) +Caught system error -- reason 0 +System error was expected +PASS - test_disable_mmu_mpu in 0.038 seconds +=================================================================== +START - test_is_usermode +PASS - test_is_usermode in 0.001 seconds +=================================================================== +START - test_kernel_only_thread +kernel only thread in kernel mode +ASSERTION FAIL [z_stack_is_user_capable(_kernel.cpus[0].current->stack_obj)] @ WEST_TOPDIR/zephyr/kernel/thread.c:754 +dropping to user mode with kernel-only stack object +E: r0/a1: 0x00000004 r1/a2: 0x000002f2 r2/a3: 0x40004800 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0800cd77 +E: xpsr: 0x61000000 +E: Faulting instruction address (r15/pc): 0x0800cd90 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200100a0 (kernel_only_thread) +Caught system error -- reason 4 +System error was expected +PASS - test_kernel_only_thread in 0.501 seconds +=================================================================== +START - test_object_recycle +PASS - test_object_recycle in 0.001 seconds +=================================================================== +START - test_oops_exception +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0800067c +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_exception) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_exception in 0.033 seconds +=================================================================== +START - test_oops_maxint +E: r0/a1: 0x7fffffff r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006a0 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_maxint) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_maxint in 0.032 seconds +=================================================================== +START - test_oops_oops +E: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000658 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_oops) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_oops in 0.032 seconds +=================================================================== +START - test_oops_panic +E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000003 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x08000634 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_oops_panic) +Caught system error -- reason 3 +System error was expected +PASS - test_oops_panic in 0.032 seconds +=================================================================== +START - test_oops_stackcheck +E: r0/a1: 0x00000002 r1/a2: 0x00000000 r2/a3: 0x00000002 +E: r3/a4: 0x20010050 r12/ip: 0x08002c3f r14/lr: 0x08002ca3 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x080006c4 +E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +E: Current thread: 0x20010240 (test_oops_stackcheck) +Caught system error -- reason 2 +System error was expected +PASS - test_oops_stackcheck in 0.033 seconds +=================================================================== +START - test_pass_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_noperms_object in 0.049 seconds +=================================================================== +START - test_pass_user_object +E: 0x2001006c is not a valid k_sem +E: address is not a known kernel object +E: syscall z_vrfy_k_sem_init failed check: access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_pass_user_object) +Caught system error -- reason 3 +System error was expected +PASS - test_pass_user_object in 0.044 seconds +=================================================================== +START - test_read_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x08011f35 r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x08000a31 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000a34 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernel_data in 0.040 seconds +=================================================================== +START - test_read_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x080127ec r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000b29 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000b2c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_read_kernram in 0.040 seconds +=================================================================== +START - test_read_kobject_user_pipe +E: syscall z_vrfy_k_pipe_put failed check: Memory region 0x200136dc (size 1) read access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_read_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_read_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_read_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x0800f523 r1/a2: 0x200123bc r2/a3: 0x00000001 +E: r3/a4: 0x20010050 r12/ip: 0x08001777 r14/lr: 0x0800092b +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x0800092c +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_read_other_stack in 0.039 seconds +=================================================================== +START - test_read_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x0800f57a r1/a2: 0x00000000 r2/a3: 0x00000001 +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x080009ad +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009b2 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_read_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_read_priv_stack in 0.040 seconds +=================================================================== +START - test_revoke_noperms_object +E: thread 0x20010240 (2) does not have permission on k_sem 0x20010744 +E: permission bitmap +E: 00 00 |.. +E: syscall z_vrfy_k_object_release failed check: object 0x20010744 access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_revoke_noperms_object) +Caught system error -- reason 3 +System error was expected +PASS - test_revoke_noperms_object in 0.052 seconds +=================================================================== +START - test_start_kernel_thread +E: syscall z_vrfy_k_thread_create failed check: options & K_USER +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_start_kernel_thread) +Caught system error -- reason 3 +System error was expected +PASS - test_start_kernel_thread in 0.039 seconds +=================================================================== +START - test_syscall_context +PASS - test_syscall_context in 0.001 seconds +=================================================================== +START - test_tls_leakage +SKIP - test_tls_leakage in 0.001 seconds +=================================================================== +START - test_tls_pointer +SKIP - test_tls_pointer in 0.001 seconds +=================================================================== +START - test_unimplemented_syscall +E: Unimplemented system call +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_unimplemented_syscall) +Caught system error -- reason 3 +System error was expected +PASS - test_unimplemented_syscall in 0.036 seconds +=================================================================== +START - test_user_mode_enter +PASS - test_user_mode_enter in 0.001 seconds +=================================================================== +START - test_write_control +PASS - test_write_control in 0.001 seconds +=================================================================== +START - test_write_kernel_data +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200107b8 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x200107b8 r12/ip: 0x08002c3f r14/lr: 0x080009f7 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080009fa +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernel_data) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernel_data in 0.040 seconds +=================================================================== +START - test_write_kernram +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20010b3c +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x00000001 +E: r3/a4: 0x20010b34 r12/ip: 0x08002c3f r14/lr: 0x08000aef +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000af0 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernram) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernram in 0.040 seconds +=================================================================== +START - test_write_kernro +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x800edf4 +E: r0/a1: 0x00000000 r1/a2: 0x0800f5e1 r2/a3: 0x0800f309 +E: r3/a4: 0xffffffea r12/ip: 0x08002c3f r14/lr: 0x08000a9f +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000aa4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kernro) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kernro in 0.040 seconds +=================================================================== +START - test_write_kerntext +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x80005e9 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0800f309 +E: r3/a4: 0x080005e9 r12/ip: 0x08002c3f r14/lr: 0x0800084f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000852 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_kerntext) +Caught system error -- reason 0 +System error was expected +PASS - test_write_kerntext in 0.040 seconds +=================================================================== +START - test_write_kobject_user_pipe +E: syscall z_vrfy_k_pipe_get failed check: Memory region 0x200136dc (size 1) write access denied +E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x00000000 +E: xpsr: 0x00000000 +E: Faulting instruction address (r15/pc): 0x00000000 +E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 +E: Current thread: 0x20010240 (test_write_kobject_user_pipe) +Caught system error -- reason 3 +System error was expected +PASS - test_write_kobject_user_pipe in 0.042 seconds +=================================================================== +START - test_write_other_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x200123bc +E: r0/a1: 0x00000000 r1/a2: 0x200123bc r2/a3: 0x0800f309 +E: r3/a4: 0x00000002 r12/ip: 0x08001777 r14/lr: 0x080008f3 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080008f6 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_write_other_stack in 0.039 seconds +=================================================================== +START - test_write_priv_stack +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20012900 +E: r0/a1: 0x00000000 r1/a2: 0x0800f45f r2/a3: 0x0000002a +E: r3/a4: 0x20012900 r12/ip: 0x08002c3f r14/lr: 0x0800096f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000974 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010240 (test_write_priv_stack) +Caught system error -- reason 0 +System error was expected +PASS - test_write_priv_stack in 0.040 seconds +=================================================================== +TESTSUITE userspace succeeded +Running TESTSUITE userspace_domain +=================================================================== +START - test_1st_init_and_access_other_memdomain +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x2001007c +E: r0/a1: 0x2001007c r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000001 r12/ip: 0x08001777 r14/lr: 0x0800178f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08000704 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20010170 (unknown) +Caught system error -- reason 0 +System error was expected +PASS - test_1st_init_and_access_other_memdomain in 0.039 seconds +=================================================================== +START - test_domain_add_part_drop_to_user +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:804: userspace_domain_test_domain_add_part_drop_to_user: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_drop_to_user in 0.026 seconds +=================================================================== +START - test_domain_add_thread_drop_to_user +PASS - test_domain_add_thread_drop_to_user in 0.002 seconds +=================================================================== +START - test_domain_remove_part_drop_to_user +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:824: userspace_domain_test_domain_remove_part_drop_to_user: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove partition +FAIL - test_domain_remove_part_drop_to_user in 0.026 seconds +=================================================================== +TESTSUITE userspace_domain failed. +Running TESTSUITE userspace_domain_ctx +=================================================================== +START - test_domain_add_part_context_switch +E: no free partition slots available +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:853: userspace_domain_ctx_test_domain_add_part_context_switch: (k_mem_domain_add_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to add memory partition +FAIL - test_domain_add_part_context_switch in 0.027 seconds +=================================================================== +START - test_domain_add_thread_context_switch +PASS - test_domain_add_thread_context_switch in 0.001 seconds +=================================================================== +START - test_domain_remove_part_context_switch +E: no matching partition found +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/mem_protect/userspace/src/main.c:874: userspace_domain_ctx_test_domain_remove_part_context_switch: (k_mem_domain_remove_partition(&k_mem_domain_default, &alt_part) not equal to 0) +failed to remove memory partition +FAIL - test_domain_remove_part_context_switch in 0.027 seconds +=================================================================== +TESTSUITE userspace_domain_ctx failed. +------ TESTSUITE SUMMARY START ------ +SUITE PASS - 100.00% [userspace]: pass = 31, fail = 0, skip = 2, total = 33 duration = 1.495 seconds +- PASS - [userspace.test_access_after_revoke] duration = 0.049 seconds +- PASS - [userspace.test_bad_syscall] duration = 0.036 seconds +- PASS - [userspace.test_disable_mmu_mpu] duration = 0.038 seconds +- PASS - [userspace.test_is_usermode] duration = 0.001 seconds +- PASS - [userspace.test_kernel_only_thread] duration = 0.501 seconds +- PASS - [userspace.test_object_recycle] duration = 0.001 seconds +- PASS - [userspace.test_oops_exception] duration = 0.033 seconds +- PASS - [userspace.test_oops_maxint] duration = 0.032 seconds +- PASS - [userspace.test_oops_oops] duration = 0.032 seconds +- PASS - [userspace.test_oops_panic] duration = 0.032 seconds +- PASS - [userspace.test_oops_stackcheck] duration = 0.033 seconds +- PASS - [userspace.test_pass_noperms_object] duration = 0.049 seconds +- PASS - [userspace.test_pass_user_object] duration = 0.044 seconds +- PASS - [userspace.test_read_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_read_kernram] duration = 0.040 seconds +- PASS - [userspace.test_read_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_read_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_read_priv_stack] duration = 0.040 seconds +- PASS - [userspace.test_revoke_noperms_object] duration = 0.052 seconds +- PASS - [userspace.test_start_kernel_thread] duration = 0.039 seconds +- PASS - [userspace.test_syscall_context] duration = 0.001 seconds +- SKIP - [userspace.test_tls_leakage] duration = 0.001 seconds +- SKIP - [userspace.test_tls_pointer] duration = 0.001 seconds +- PASS - [userspace.test_unimplemented_syscall] duration = 0.036 seconds +- PASS - [userspace.test_user_mode_enter] duration = 0.001 seconds +- PASS - [userspace.test_write_control] duration = 0.001 seconds +- PASS - [userspace.test_write_kernel_data] duration = 0.040 seconds +- PASS - [userspace.test_write_kernram] duration = 0.040 seconds +- PASS - [userspace.test_write_kernro] duration = 0.040 seconds +- PASS - [userspace.test_write_kerntext] duration = 0.040 seconds +- PASS - [userspace.test_write_kobject_user_pipe] duration = 0.042 seconds +- PASS - [userspace.test_write_other_stack] duration = 0.039 seconds +- PASS - [userspace.test_write_priv_stack] duration = 0.040 seconds +SUITE FAIL - 50.00% [userspace_domain]: pass = 2, fail = 2, skip = 0, total = 4 duration = 0.093 seconds +- PASS - [userspace_domain.test_1st_init_and_access_other_memdomain] duration = 0.039 seconds +- FAIL - [userspace_domain.test_domain_add_part_drop_to_user] duration = 0.026 seconds +- PASS - [userspace_domain.test_domain_add_thread_drop_to_user] duration = 0.002 seconds +- FAIL - [userspace_domain.test_domain_remove_part_drop_to_user] duration = 0.026 seconds +SUITE FAIL - 33.33% [userspace_domain_ctx]: pass = 1, fail = 2, skip = 0, total = 3 duration = 0.055 seconds +- FAIL - [userspace_domain_ctx.test_domain_add_part_context_switch] duration = 0.027 seconds +- PASS - [userspace_domain_ctx.test_domain_add_thread_context_switch] duration = 0.001 seconds +- FAIL - [userspace_domain_ctx.test_domain_remove_part_context_switch] duration = 0.027 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: d8fa6488609918610f1a5c3e4a70fb91 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +ENC Thread Created 0x20010c90 +E: num_parts of 4 exceeds maximum allowable partitions (3) +ASSERTION FAIL [ret == 0] @ WEST_TOPDIR/zephyr/samples/userspace/shared_mem/src/main.c:144 +k_mem_domain_init() on enc_domain failed -22 +E: r0/a1: 0x00000004 r1/a2: 0x00000090 r2/a3: 0x40004800 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x08009cd3 +E: xpsr: 0x61000000 +E: Faulting instruction address (r15/pc): 0x08009cec +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010e10 (main) +E: Halting system + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_g071rb.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_g071rb.xml new file mode 100644 index 00000000..8f3db25c --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_g071rb.xml @@ -0,0 +1,111 @@ +opher 1 [C:-1] EATING [ 625 ms ] +Philosopher 4 [P: 2] STARVING +Philosopher 4 [P: 2] HOLDING ONE FORK +Philosopher 4 [P: 2] EATING [ 325 ms ] +Philosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 425 ms ] +Philosopher 2 [P: 0] DROPPED ONE FORK +Philosopher 2 [P: 0] THINKING [ 525 ms ] +Philosopher 5 [P: 3] STARVING +Philosopher 5 [P: 3] HOLDING ONE FORK +Philosopher 5 [P: 3] EATING [ 375 ms ] +Philosopher 0 [C:-2] STARVING +Philosopher 0 [C:-2] HOLDING ONE FORK +Philosopher 0 [C:-2] EATING [ 775 ms ] +Philosopher 4 [P: 2] DROPPED ONE FORK +Philosopher 4 [P: 2] THINKING [ 700 ms ] +Philosopher 3 [P: 1] DROPPED ONE FORK +PhiPhilosopher 5 [P: 3] DROPPED ONE FORK +Philosopher 5 [P: 3] THINKING [ 175 ms ] +losopher 3 [P: 1] THINKING [ 125 ms ] +Philosopher 2 [P: 0] STARVING +Philosopher 2 [P: 0] HOLDING ONE FORK +Philosopher 2 [P: 0] EATING [ 175 ms ] +Philosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 225 ms ] +Philosopher 1 [C:-1] DROPPED ONE FORK +Philosopher 1 [C:-1] THINKING [ 125 ms ] +Philosopher 5 [P: 3] STARVING +Philosopher 5 [P: 3] HOLDING ONE FORK +Philosopher 5 [P: 3] EATING [ 475 ms ] +Philosopher 1 [C:-1] STARVING +Philosopher 1 [C:-1] HOLDING ONE FORK +Philosopher 1 [C:Philosopher 2 [P: 0] DROPPED ONE FORK +Philosopher 2 [P: 0] THINKING [ 325 ms ] +-1] EATING [ 225 ms ] +Philosopher 3 [P: 1] DROPPED ONE FORK +Philosopher 3 [P: 1] THINKING [ 425 ms ] +Philosopher 0 [C:-2] DROPPED ONE FORK +Philosopher 0 [C:-2] THINKING [ 175 msPhilosopher 1 [C:-1] DROPPED ONE FORK +Philosopher 1 [C:-1] THINKING [ 325 ms ] +] +Philosopher 4 [P: 2] STARVING +Philosopher 4 [P: 2] HOLDING ONE FORK +Philosopher 4 [P: 2] EATING [ 100 ms ] +Philosopher 2 [P: 0] STARVING +Philosopher 2 [P: 0] HOLDING ONE FORK +Philosopher 2 [P: 0] EATING [ 550 ms ] +Philosopher 5 [P: 3] DROPPED ONE FORK +Philosopher 5 [P: 3] THINKING [ 275 ms ] +Philosopher 4 [P: 2] DROPPED ONE FORK +Philosopher 4 [P: 2] THINKING [ 225 ms ] +Philosopher 0 [C:-2] STARVING +Philosopher 0 [C:-2] HOLDING ONE FORK +Philosopher 0 [C:-2] EATING [ 225 ms ] +Philosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 125 ms ] +Philosopher 1 [C:-1] STARVING +Philosopher 1 [C:-1] HOLDING ONE FORK +Philosopher 1 [C:-1] EATING [ 475 ms ] +Philosopher 4 [P: 2] STARVING +Philosopher 4 [P: 2] HOLDING ONE FORK +Philosopher 4 [P: 2] EATING [ 475 ms ] +Philosopher 3 [P: 1] DROPPED ONE FORK +Philosopher 3 [P: 1] THINKING [ 225 ms ] +Philosopher 0 [C:-2]Philosopher 5 [P: 3] STARVING +Philosopher 5 [P: 3] HOLDING ONE FORK +Philosopher 5 [P: 3] EATING [ 725 ms ] +DROPPED ONE FORK +Philosopher 0 [C:-2] THINKING [ 275 ms ] +Philosopher 3 [P: 1] STARVING +Philosopher 3 [P: 1] HOLDING ONE FORK +Philosopher 3 [P: 1] EATING [ 425 ms ] +Philosopher 2 [P: 0] DROPPED ONE FORK +Philosopher 2 [P: 0] THINKING [ 200 ms ] +Philosopher 0 [C:-2] STARVING +Philosopher 0 [C:-2] HOLDING ONE FORK +Philosopher 0 [C:-2] EATING [ 350 ms ] +Philosopher 1 [C:-1] DROPPED ONE FORK +Philosopher 1 [C:-1] THINKING [ 725 ms ] +Philosopher 2 [P: 0] STARVING +Philosopher 2 [P: 0] HOLDING ONE FORK +Philosopher 2 [P: 0] EATING [ 350 ms ] +Philosopher 4 [P: 2] DROPPED ONE FORK +Philosopher 4 [P: 2] THINKING [ 300 ms ] +Philosopher 0 [C:-2] DROPPED ONE FORK +Philosopher 0 [C:Philosopher 3 [P: 1] DROPPED ONE FORK +Philosopher 3 [P: 1] THINKING [ 125 ms ] +-2] THINKING [ 450 ms ] +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.022,000] <dbg> fs_nvs: nvs_add_gc_done_ate: Adding gc done ate at 7f0 +[00:00:00.030,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.035,000] <inf> fs_nvs: alloc wra: 0, 7e8 +[00:00:00.041,000] <inf> fs_nvs: data wra: 0, 0 +No address found, adding 192.168.1.1 at id 1 +No key found, adding it at id 2 +No Reboot counter found, adding it at id 3 +Id: 4 not found, adding it +Longarray not found, adding it as id 5 +[00:00:00.066,000] <err> os: ***** HARD FAULT ***** +[00:00:00.072,000] <err> os: r0/a1: 0x080069f3 r1/a2: 0x20000350 r2/a3: 0x00000000 +[00:00:00.081,000] <err> os: r3/a4: 0x080003bd r12/ip: 0x00000040 r14/lr: 0x00000000 +[00:00:00.089,000] <err> os: xpsr: 0x00000000 +[00:00:00.094,000] <err> os: Faulting instruction address (r15/pc): 0x00000014 +[00:00:00.102,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +[00:00:00.110,000] <err> os: Current thread: 0x200000d0 (unknown) +[00:00:00.117,000] <err> os: Halting system + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_g474re.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_g474re.xml new file mode 100644 index 00000000..39898066 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_g474re.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_h743zi.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_h743zi.xml new file mode 100644 index 00000000..538a6248 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_h743zi.xml @@ -0,0 +1,1501 @@ +Running TESTSUITE wdt_basic_test_suite +=================================================================== +START - test_wdt +Testcase: test_wdt_no_callback +Waiting to restart MCU +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE arm_runtime_nmi_fn +=================================================================== +START - test_arm_runtime_nmi +Trigger NMI in 2s: 0 s +Trigger NMI in 2s: 1 s +NMI triggered (test_handler_isr)! +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017d8 addr 0x24001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x240017dc addr 0x8009137 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017e0 addr 0x24001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x24001880 addr 0x24001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x24001884 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.425 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 +D: unhandled symbol 22, name test_entry_sym, type tag 1, bind 0, sect 9 +D: unhandled symbol 23, name , type tag 3, bind 0, sect 11 +D: unhandled symbol 24, name , type tag 3, bind 0, sect 12 +D: unhandled symbol 25, name log_const_logging_ext, type tag 1, bind 1, sect 7 +D: function symbol 26, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 27, name z_log_minimal_printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x24001885 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 13 has 7 relocations +D: relocation 2:0 info 202 (type 2, sym 2) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 24 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001858 addr 0x24001840 +D: relocation 2:1 info 202 (type 2, sym 2) offset 28 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 28 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x2400185c addr 0x24001840 +D: relocation 2:2 info 202 (type 2, sym 2) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 32 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001860 addr 0x24001840 +D: relocation 2:3 info 202 (type 2, sym 2) offset 36 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 36 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001864 addr 0x24001840 +D: relocation 2:4 info 902 (type 2, sym 9) offset 132 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 132 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018c4 addr 0x24001940 +D: relocation 2:5 info 1b02 (type 2, sym 27) offset 136 sym_name z_log_minimal_printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol z_log_minimal_printk type 0 binding 1 ndx 0 offset 136 link section 13 +I: writing relocation symbol z_log_minimal_printk type 2 sym 27 at addr 0x240018c8 addr 0x8009185 +D: relocation 2:6 info 902 (type 2, sym 9) offset 140 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 140 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018cc addr 0x24001940 +D: relocation section .rel.data (4) linked to section 13 has 1 relocations +D: relocation 4:0 info 1902 (type 2, sym 25) offset 0 sym_name log_const_logging_ext sym_type 1 sym_bind 1 sym_ndx 7 +I: found section symbol log_const_logging_ext addr 0x24001840 +I: relocating (linking) symbol log_const_logging_ext type 1 binding 1 ndx 7 offset 0 link section 13 +I: writing relocation symbol log_const_logging_ext type 2 sym 25 at addr 0x24001900 addr 0x24001840 +D: relocation section .rel._log_const.static.log_const_logging_ext_ (8) linked to section 13 has 1 relocations +D: relocation 8:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001900 addr 0x24001940 +D: relocation section .rel.exported_sym (10) linked to section 13 has 2 relocations +D: relocation 10:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001a00 addr 0x24001940 +D: relocation 10:1 info 1a02 (type 2, sym 26) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x24001885 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 13 +I: writing relocation symbol test_entry type 2 sym 26 at addr 0x24001a04 addr 0x24001885 +D: sym 0x24001885 name test_entry in 0x24001824 +D: loaded module, .text at 0x24001840, .rodata at 0x24001940 +I: Loaded extension logging +I: hello world +I: A number is 42 +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 3 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_logging in 0.727 seconds +=================================================================== +START - test_load_unload_object +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 34c: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 374: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 39c: name 27, type 9, flags 40, addr 0, size 48 +D: section 3 at 3c4: name 41, type 1, flags 3, addr 0, size 8 +D: section 4 at 3ec: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 414: name 47, type 8, flags 3, addr 0, size 0 +D: section 6 at 43c: name 52, type 1, flags 2, addr 0, size 67 +D: section 7 at 464: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 48c: name 60, type 9, flags 40, addr 0, size 16 +D: section 9 at 4b4: name 78, type 1, flags 30, addr 0, size 33 +D: section 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x24001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x240017f4 addr 0x24001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x240017f8 addr 0x24001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x240017fc addr 0x8009137 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001800 addr 0x24001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x24001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x24001804 addr 0x24001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001808 addr 0x24001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001844 addr 0x24001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001900 addr 0x24001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x24001904 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001880 +I: Loaded extension object +E: ***** MPU FAULT ***** +E: Instruction Access Violation +E: r0/a1: 0x4619681b r1/a2: 0x0800d0c2 r2/a3: 0x00000000 +E: r3/a4: 0x4b074808 r12/ip: 0x00000000 r14/lr: 0x240017cb +E: xpsr: 0x60000000 +E: Faulting instruction address (r15/pc): 0x4b074808 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x240000d8 (test_load_unload_object) +E: Halting system +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017d8 addr 0x24001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x240017dc addr 0x8009137 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017e0 addr 0x24001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x24001880 addr 0x24001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x24001884 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.425 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 +D: unhandled symbol 22, name test_entry_sym, type tag 1, bind 0, sect 9 +D: unhandled symbol 23, name , type tag 3, bind 0, sect 11 +D: unhandled symbol 24, name , type tag 3, bind 0, sect 12 +D: unhandled symbol 25, name log_const_logging_ext, type tag 1, bind 1, sect 7 +D: function symbol 26, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 27, name z_log_minimal_printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x24001885 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 13 has 7 relocations +D: relocation 2:0 info 202 (type 2, sym 2) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 24 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001858 addr 0x24001840 +D: relocation 2:1 info 202 (type 2, sym 2) offset 28 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 28 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x2400185c addr 0x24001840 +D: relocation 2:2 info 202 (type 2, sym 2) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 32 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001860 addr 0x24001840 +D: relocation 2:3 info 202 (type 2, sym 2) offset 36 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 36 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001864 addr 0x24001840 +D: relocation 2:4 info 902 (type 2, sym 9) offset 132 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 132 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018c4 addr 0x24001940 +D: relocation 2:5 info 1b02 (type 2, sym 27) offset 136 sym_name z_log_minimal_printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol z_log_minimal_printk type 0 binding 1 ndx 0 offset 136 link section 13 +I: writing relocation symbol z_log_minimal_printk type 2 sym 27 at addr 0x240018c8 addr 0x8009185 +D: relocation 2:6 info 902 (type 2, sym 9) offset 140 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 140 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018cc addr 0x24001940 +D: relocation section .rel.data (4) linked to section 13 has 1 relocations +D: relocation 4:0 info 1902 (type 2, sym 25) offset 0 sym_name log_const_logging_ext sym_type 1 sym_bind 1 sym_ndx 7 +I: found section symbol log_const_logging_ext addr 0x24001840 +I: relocating (linking) symbol log_const_logging_ext type 1 binding 1 ndx 7 offset 0 link section 13 +I: writing relocation symbol log_const_logging_ext type 2 sym 25 at addr 0x24001900 addr 0x24001840 +D: relocation section .rel._log_const.static.log_const_logging_ext_ (8) linked to section 13 has 1 relocations +D: relocation 8:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001900 addr 0x24001940 +D: relocation section .rel.exported_sym (10) linked to section 13 has 2 relocations +D: relocation 10:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001a00 addr 0x24001940 +D: relocation 10:1 info 1a02 (type 2, sym 26) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x24001885 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 13 +I: writing relocation symbol test_entry type 2 sym 26 at addr 0x24001a04 addr 0x24001885 +D: sym 0x24001885 name test_entry in 0x24001824 +D: loaded module, .text at 0x24001840, .rodata at 0x24001940 +I: Loaded extension logging +I: hello world +I: A number is 42 +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 3 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_logging in 0.727 seconds +=================================================================== +START - test_load_unload_object +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 34c: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 374: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 39c: name 27, type 9, flags 40, addr 0, size 48 +D: section 3 at 3c4: name 41, type 1, flags 3, addr 0, size 8 +D: section 4 at 3ec: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 414: name 47, type 8, flags 3, addr 0, size 0 +D: section 6 at 43c: name 52, type 1, flags 2, addr 0, size 67 +D: section 7 at 464: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 48c: name 60, type 9, flags 40, addr 0, size 16 +D: section 9 at 4b4: name 78, type 1, flags 30, addr 0, size 33 +D: section 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x24001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x240017f4 addr 0x24001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x240017f8 addr 0x24001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x240017fc addr 0x8009137 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001800 addr 0x24001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x24001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x24001804 addr 0x24001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001808 addr 0x24001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001844 addr 0x24001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001900 addr 0x24001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x24001904 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001880 +I: Loaded extension object +E: ***** MPU FAULT ***** +E: Instruction Access Violation +E: r0/a1: 0x4619681b r1/a2: 0x0800d0c2 r2/a3: 0x00000000 +E: r3/a4: 0x4b074808 r12/ip: 0x00000000 r14/lr: 0x240017cb +E: xpsr: 0x60000000 +E: Faulting instruction address (r15/pc): 0x4b074808 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x240000d8 (test_load_unload_object) +E: Halting system +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017d8 addr 0x24001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x240017dc addr 0x8009137 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017e0 addr 0x24001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x24001880 addr 0x24001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x24001884 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.425 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 +D: unhandled symbol 22, name test_entry_sym, type tag 1, bind 0, sect 9 +D: unhandled symbol 23, name , type tag 3, bind 0, sect 11 +D: unhandled symbol 24, name , type tag 3, bind 0, sect 12 +D: unhandled symbol 25, name log_const_logging_ext, type tag 1, bind 1, sect 7 +D: function symbol 26, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 27, name z_log_minimal_printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x24001885 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 13 has 7 relocations +D: relocation 2:0 info 202 (type 2, sym 2) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 24 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001858 addr 0x24001840 +D: relocation 2:1 info 202 (type 2, sym 2) offset 28 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 28 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x2400185c addr 0x24001840 +D: relocation 2:2 info 202 (type 2, sym 2) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 32 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001860 addr 0x24001840 +D: relocation 2:3 info 202 (type 2, sym 2) offset 36 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 36 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001864 addr 0x24001840 +D: relocation 2:4 info 902 (type 2, sym 9) offset 132 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 132 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018c4 addr 0x24001940 +D: relocation 2:5 info 1b02 (type 2, sym 27) offset 136 sym_name z_log_minimal_printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol z_log_minimal_printk type 0 binding 1 ndx 0 offset 136 link section 13 +I: writing relocation symbol z_log_minimal_printk type 2 sym 27 at addr 0x240018c8 addr 0x8009185 +D: relocation 2:6 info 902 (type 2, sym 9) offset 140 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 140 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018cc addr 0x24001940 +D: relocation section .rel.data (4) linked to section 13 has 1 relocations +D: relocation 4:0 info 1902 (type 2, sym 25) offset 0 sym_name log_const_logging_ext sym_type 1 sym_bind 1 sym_ndx 7 +I: found section symbol log_const_logging_ext addr 0x24001840 +I: relocating (linking) symbol log_const_logging_ext type 1 binding 1 ndx 7 offset 0 link section 13 +I: writing relocation symbol log_const_logging_ext type 2 sym 25 at addr 0x24001900 addr 0x24001840 +D: relocation section .rel._log_const.static.log_const_logging_ext_ (8) linked to section 13 has 1 relocations +D: relocation 8:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001900 addr 0x24001940 +D: relocation section .rel.exported_sym (10) linked to section 13 has 2 relocations +D: relocation 10:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001a00 addr 0x24001940 +D: relocation 10:1 info 1a02 (type 2, sym 26) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x24001885 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 13 +I: writing relocation symbol test_entry type 2 sym 26 at addr 0x24001a04 addr 0x24001885 +D: sym 0x24001885 name test_entry in 0x24001824 +D: loaded module, .text at 0x24001840, .rodata at 0x24001940 +I: Loaded extension logging +I: hello world +I: A number is 42 +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 3 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_logging in 0.727 seconds +=================================================================== +START - test_load_unload_object +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 34c: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 374: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 39c: name 27, type 9, flags 40, addr 0, size 48 +D: section 3 at 3c4: name 41, type 1, flags 3, addr 0, size 8 +D: section 4 at 3ec: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 414: name 47, type 8, flags 3, addr 0, size 0 +D: section 6 at 43c: name 52, type 1, flags 2, addr 0, size 67 +D: section 7 at 464: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 48c: name 60, type 9, flags 40, addr 0, size 16 +D: section 9 at 4b4: name 78, type 1, flags 30, addr 0, size 33 +D: section 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x24001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x240017f4 addr 0x24001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x240017f8 addr 0x24001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x240017fc addr 0x8009137 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001800 addr 0x24001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x24001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x24001804 addr 0x24001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001808 addr 0x24001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001844 addr 0x24001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001900 addr 0x24001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x24001904 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001880 +I: Loaded extension object +E: ***** MPU FAULT ***** +E: Instruction Access Violation +E: r0/a1: 0x4619681b r1/a2: 0x0800d0c2 r2/a3: 0x00000000 +E: r3/a4: 0x4b074808 r12/ip: 0x00000000 r14/lr: 0x240017cb +E: xpsr: 0x60000000 +E: Faulting instruction address (r15/pc): 0x4b074808 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x240000d8 (test_load_unload_object) +E: Halting system +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE llext +=================================================================== +START - test_ext_syscall_fail +PASS - test_ext_syscall_fail in 0.001 seconds +=================================================================== +START - test_load_unload_hello_world +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 2c4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 2ec: name 31, type 1, flags 6, addr 0, size 36 +D: section 2 at 314: name 27, type 9, flags 40, addr 0, size 24 +D: section 3 at 33c: name 37, type 1, flags 3, addr 0, size 0 +D: section 4 at 364: name 43, type 8, flags 3, addr 0, size 0 +D: section 5 at 38c: name 48, type 1, flags 2, addr 0, size 47 +D: section 6 at 3b4: name 60, type 1, flags 2, addr 0, size 8 +D: section 7 at 3dc: name 56, type 9, flags 40, addr 0, size 16 +D: section 8 at 404: name 74, type 1, flags 30, addr 0, size 33 +D: section 9 at 42c: name 83, type 1879048195, flags 0, addr 0, size 48 +D: section 10 at 454: name 1, type 2, flags 0, addr 0, size 272 +D: symtab at 10 +D: section 11 at 47c: name 9, type 3, flags 0, addr 0, size 65 +D: strtab at 11 +D: section 12 at 4a4: name 17, type 3, flags 0, addr 0, size 99 +D: shstrtab at 12 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .bss +D: section 5 name .rodata +D: section 6 name .exported_sym +D: section 7 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 8 name .comment +D: Not copied section .comment +D: section 9 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 10 name .symtab +D: Not copied section .symtab +D: section 11 name .strtab +D: Not copied section .strtab +D: section 12 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 17 +D: unhandled symbol 1, name hello_world_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 4 +D: unhandled symbol 5, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 6, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 7, name number, type tag 1, bind 0, sect 5 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 6 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 8 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 9 +D: function symbol 15, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 16, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 10 has 3 relocations +D: relocation 2:0 info 502 (type 2, sym 5) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 24 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017d8 addr 0x24001820 +D: relocation 2:1 info 1002 (type 2, sym 16) offset 28 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 28 link section 10 +I: writing relocation symbol printk type 2 sym 16 at addr 0x240017dc addr 0x8009137 +D: relocation 2:2 info 502 (type 2, sym 5) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 32 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x240017e0 addr 0x24001820 +D: relocation section .rel.exported_sym (7) linked to section 10 has 2 relocations +D: relocation 7:0 info 502 (type 2, sym 5) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 5 +I: found section symbol addr 0x24001820 +I: relocating (linking) symbol type 3 binding 0 ndx 5 offset 0 link section 10 +I: writing relocation symbol type 2 sym 5 at addr 0x24001880 addr 0x24001820 +D: relocation 7:1 info f02 (type 2, sym 15) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 10 +I: writing relocation symbol test_entry type 2 sym 15 at addr 0x24001884 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001820 +I: Loaded extension hello_world +hello world +A number is 42 +D: freeing memory region 0 +D: freeing memory region 2 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_hello_world in 0.425 seconds +=================================================================== +START - test_load_unload_logging +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 4e4: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 50c: name 31, type 1, flags 6, addr 0, size 144 +D: section 2 at 534: name 27, type 9, flags 40, addr 0, size 56 +D: section 3 at 55c: name 41, type 1, flags 3, addr 0, size 4 +D: section 4 at 584: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 5ac: name 47, type 8, flags 3, addr 0, size 4 +D: section 6 at 5d4: name 52, type 1, flags 2, addr 0, size 71 +D: section 7 at 5fc: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 624: name 60, type 9, flags 40, addr 0, size 8 +D: section 9 at 64c: name 110, type 1, flags 2, addr 0, size 8 +D: section 10 at 674: name 106, type 9, flags 40, addr 0, size 16 +D: section 11 at 69c: name 124, type 1, flags 30, addr 0, size 33 +D: section 12 at 6c4: name 133, type 1879048195, flags 0, addr 0, size 48 +D: section 13 at 6ec: name 1, type 2, flags 0, addr 0, size 448 +D: symtab at 13 +D: section 14 at 714: name 9, type 3, flags 0, addr 0, size 189 +D: strtab at 14 +D: section 15 at 73c: name 17, type 3, flags 0, addr 0, size 149 +D: shstrtab at 15 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name ._log_const.static.log_const_logging_ext_ +D: Not copied section ._log_const.static.log_const_logging_ext_ +D: section 8 name .rel._log_const.static.log_const_logging_ext_ +D: Not copied section .rel._log_const.static.log_const_logging_ext_ +D: section 9 name .exported_sym +D: section 10 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 11 name .comment +D: Not copied section .comment +D: section 12 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 13 name .symtab +D: Not copied section .symtab +D: section 14 name .strtab +D: Not copied section .strtab +D: section 15 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 28 +D: unhandled symbol 1, name logging_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 6, name z_log_minimal_level_to_char, type tag 2, bind 0, sect 1 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 10, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 11, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 12, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 13, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 14, name __log_current_const_data, type tag 1, bind 0, sect 3 +D: unhandled symbol 15, name $d, type tag 0, bind 0, sect 5 +D: unhandled symbol 16, name __log_current_dynamic_data, type tag 0, bind 0, sect 5 +D: unhandled symbol 17, name __log_level, type tag 1, bind 0, sect 6 +D: unhandled symbol 18, name number, type tag 1, bind 0, sect 6 +D: unhandled symbol 19, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 20, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 21, name $d, type tag 0, bind 0, sect 9 +D: unhandled symbol 22, name test_entry_sym, type tag 1, bind 0, sect 9 +D: unhandled symbol 23, name , type tag 3, bind 0, sect 11 +D: unhandled symbol 24, name , type tag 3, bind 0, sect 12 +D: unhandled symbol 25, name log_const_logging_ext, type tag 1, bind 1, sect 7 +D: function symbol 26, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 27, name z_log_minimal_printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x24001885 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 13 has 7 relocations +D: relocation 2:0 info 202 (type 2, sym 2) offset 24 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 24 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001858 addr 0x24001840 +D: relocation 2:1 info 202 (type 2, sym 2) offset 28 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 28 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x2400185c addr 0x24001840 +D: relocation 2:2 info 202 (type 2, sym 2) offset 32 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 32 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001860 addr 0x24001840 +D: relocation 2:3 info 202 (type 2, sym 2) offset 36 sym_name sym_type 3 sym_bind 0 sym_ndx 1 +I: found section symbol addr 0x24001840 +I: relocating (linking) symbol type 3 binding 0 ndx 1 offset 36 link section 13 +I: writing relocation symbol type 2 sym 2 at addr 0x24001864 addr 0x24001840 +D: relocation 2:4 info 902 (type 2, sym 9) offset 132 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 132 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018c4 addr 0x24001940 +D: relocation 2:5 info 1b02 (type 2, sym 27) offset 136 sym_name z_log_minimal_printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol z_log_minimal_printk type 0 binding 1 ndx 0 offset 136 link section 13 +I: writing relocation symbol z_log_minimal_printk type 2 sym 27 at addr 0x240018c8 addr 0x8009185 +D: relocation 2:6 info 902 (type 2, sym 9) offset 140 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 140 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x240018cc addr 0x24001940 +D: relocation section .rel.data (4) linked to section 13 has 1 relocations +D: relocation 4:0 info 1902 (type 2, sym 25) offset 0 sym_name log_const_logging_ext sym_type 1 sym_bind 1 sym_ndx 7 +I: found section symbol log_const_logging_ext addr 0x24001840 +I: relocating (linking) symbol log_const_logging_ext type 1 binding 1 ndx 7 offset 0 link section 13 +I: writing relocation symbol log_const_logging_ext type 2 sym 25 at addr 0x24001900 addr 0x24001840 +D: relocation section .rel._log_const.static.log_const_logging_ext_ (8) linked to section 13 has 1 relocations +D: relocation 8:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001900 addr 0x24001940 +D: relocation section .rel.exported_sym (10) linked to section 13 has 2 relocations +D: relocation 10:0 info 902 (type 2, sym 9) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001940 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 13 +I: writing relocation symbol type 2 sym 9 at addr 0x24001a00 addr 0x24001940 +D: relocation 10:1 info 1a02 (type 2, sym 26) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x24001885 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 13 +I: writing relocation symbol test_entry type 2 sym 26 at addr 0x24001a04 addr 0x24001885 +D: sym 0x24001885 name test_entry in 0x24001824 +D: loaded module, .text at 0x24001840, .rodata at 0x24001940 +I: Loaded extension logging +I: hello world +I: A number is 42 +D: freeing memory region 0 +D: freeing memory region 1 +D: freeing memory region 2 +D: freeing memory region 3 +D: freeing memory region 4 +D: freeing memory region 5 +D: freeing memory region 6 +D: freeing memory region 7 +PASS - test_load_unload_logging in 0.727 seconds +=================================================================== +START - test_load_unload_object +D: Loading relocatable or shared elf +D: Finding ELF tables... +D: section 0 at 34c: name 0, type 0, flags 0, addr 0, size 0 +D: section 1 at 374: name 31, type 1, flags 6, addr 0, size 76 +D: section 2 at 39c: name 27, type 9, flags 40, addr 0, size 48 +D: section 3 at 3c4: name 41, type 1, flags 3, addr 0, size 8 +D: section 4 at 3ec: name 37, type 9, flags 40, addr 0, size 8 +D: section 5 at 414: name 47, type 8, flags 3, addr 0, size 0 +D: section 6 at 43c: name 52, type 1, flags 2, addr 0, size 67 +D: section 7 at 464: name 64, type 1, flags 2, addr 0, size 8 +D: section 8 at 48c: name 60, type 9, flags 40, addr 0, size 16 +D: section 9 at 4b4: name 78, type 1, flags 30, addr 0, size 33 +D: section 10 at 4dc: name 87, type 1879048195, flags 0, addr 0, size 48 +D: section 11 at 504: name 1, type 2, flags 0, addr 0, size 304 +D: symtab at 11 +D: section 12 at 52c: name 9, type 3, flags 0, addr 0, size 67 +D: strtab at 12 +D: section 13 at 554: name 17, type 3, flags 0, addr 0, size 103 +D: shstrtab at 13 +D: Allocate and copy strings... +D: Mapping ELF sections... +D: section 0 name +D: Not copied section +D: section 1 name .text +D: section 2 name .rel.text +D: Not copied section .rel.text +D: section 3 name .data +D: section 4 name .rel.data +D: Not copied section .rel.data +D: section 5 name .bss +D: section 6 name .rodata +D: section 7 name .exported_sym +D: section 8 name .rel.exported_sym +D: Not copied section .rel.exported_sym +D: section 9 name .comment +D: Not copied section .comment +D: section 10 name .ARM.attributes +D: Not copied section .ARM.attributes +D: section 11 name .symtab +D: Not copied section .symtab +D: section 12 name .strtab +D: Not copied section .strtab +D: section 13 name .shstrtab +D: Not copied section .shstrtab +D: Allocate and copy sections... +D: Counting exported symbols... +D: symbol count 19 +D: unhandled symbol 1, name object_ext.c, type tag 4, bind 0, sect 65521 +D: unhandled symbol 2, name , type tag 3, bind 0, sect 1 +D: unhandled symbol 3, name , type tag 3, bind 0, sect 3 +D: unhandled symbol 4, name , type tag 3, bind 0, sect 5 +D: unhandled symbol 5, name $d, type tag 0, bind 0, sect 3 +D: unhandled symbol 6, name , type tag 3, bind 0, sect 6 +D: unhandled symbol 7, name $d, type tag 0, bind 0, sect 6 +D: unhandled symbol 8, name $t, type tag 0, bind 0, sect 1 +D: unhandled symbol 9, name $d, type tag 0, bind 0, sect 1 +D: unhandled symbol 10, name , type tag 3, bind 0, sect 7 +D: unhandled symbol 11, name $d, type tag 0, bind 0, sect 7 +D: unhandled symbol 12, name test_entry_sym, type tag 1, bind 0, sect 7 +D: unhandled symbol 13, name , type tag 3, bind 0, sect 9 +D: unhandled symbol 14, name , type tag 3, bind 0, sect 10 +D: unhandled symbol 15, name number, type tag 1, bind 1, sect 3 +D: unhandled symbol 16, name string, type tag 1, bind 1, sect 3 +D: function symbol 17, name test_entry, type tag 2, bind 1, sect 1 +D: unhandled symbol 18, name printk, type tag 0, bind 1, sect 0 +D: Allocating memory for symbol table... +D: Copying symbols... +D: function symbol 0 name test_entry addr 0x240017c1 +D: Linking ELF... +D: relocation section .rel.text (2) linked to section 11 has 6 relocations +D: relocation 2:0 info f02 (type 2, sym 15) offset 52 sym_name number sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol number addr 0x24001840 +I: relocating (linking) symbol number type 1 binding 1 ndx 3 offset 52 link section 11 +I: writing relocation symbol number type 2 sym 15 at addr 0x240017f4 addr 0x24001840 +D: relocation 2:1 info 602 (type 2, sym 6) offset 56 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 56 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x240017f8 addr 0x24001880 +D: relocation 2:2 info 1202 (type 2, sym 18) offset 60 sym_name printk sym_type 0 sym_bind 1 sym_ndx 0 +I: relocating (linking) symbol printk type 0 binding 1 ndx 0 offset 60 link section 11 +I: writing relocation symbol printk type 2 sym 18 at addr 0x240017fc addr 0x8009137 +D: relocation 2:3 info 602 (type 2, sym 6) offset 64 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 64 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001800 addr 0x24001880 +D: relocation 2:4 info 1002 (type 2, sym 16) offset 68 sym_name string sym_type 1 sym_bind 1 sym_ndx 3 +I: found section symbol string addr 0x24001844 +I: relocating (linking) symbol string type 1 binding 1 ndx 3 offset 68 link section 11 +I: writing relocation symbol string type 2 sym 16 at addr 0x24001804 addr 0x24001844 +D: relocation 2:5 info 602 (type 2, sym 6) offset 72 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 72 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001808 addr 0x24001880 +D: relocation section .rel.data (4) linked to section 11 has 1 relocations +D: relocation 4:0 info 602 (type 2, sym 6) offset 4 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 4 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001844 addr 0x24001880 +D: relocation section .rel.exported_sym (8) linked to section 11 has 2 relocations +D: relocation 8:0 info 602 (type 2, sym 6) offset 0 sym_name sym_type 3 sym_bind 0 sym_ndx 6 +I: found section symbol addr 0x24001880 +I: relocating (linking) symbol type 3 binding 0 ndx 6 offset 0 link section 11 +I: writing relocation symbol type 2 sym 6 at addr 0x24001900 addr 0x24001880 +D: relocation 8:1 info 1102 (type 2, sym 17) offset 4 sym_name test_entry sym_type 2 sym_bind 1 sym_ndx 1 +I: found section symbol test_entry addr 0x240017c1 +I: relocating (linking) symbol test_entry type 2 binding 1 ndx 1 offset 4 link section 11 +I: writing relocation symbol test_entry type 2 sym 17 at addr 0x24001904 addr 0x240017c1 +D: sym 0x240017c1 name test_entry in 0x240017a4 +D: loaded module, .text at 0x240017c0, .rodata at 0x24001880 +I: Loaded extension object +E: ***** MPU FAULT ***** +E: Instruction Access Violation +E: r0/a1: 0x4619681b r1/a2: 0x0800d0c2 r2/a3: 0x00000000 +E: r3/a4: 0x4b074808 r12/ip: 0x00000000 r14/lr: 0x240017cb +E: xpsr: 0x60000000 +E: Faulting instruction address (r15/pc): 0x4b074808 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x240000d8 (test_load_unload_object) +E: Halting system + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_l073rz.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_l073rz.xml new file mode 100644 index 00000000..cb3e91c6 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_l073rz.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_l152re.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_l152re.xml new file mode 100644 index 00000000..dd18075e --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_l152re.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wb55rg.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wb55rg.xml new file mode 100644 index 00000000..ade89dab --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wb55rg.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wba55cg.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wba55cg.xml new file mode 100644 index 00000000..a2fe70f8 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wba55cg.xml @@ -0,0 +1,32130 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE filtering_misc_f16 +=================================================================== +START - test_arm_correlate_f16_10_11 +PASS - test_arm_correlate_f16_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_1 +PASS - test_arm_correlate_f16_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_2 +PASS - test_arm_correlate_f16_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_3 +PASS - test_arm_correlate_f16_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_10_8 +PASS - test_arm_correlate_f16_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_11 +PASS - test_arm_correlate_f16_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_1 +PASS - test_arm_correlate_f16_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_2 +PASS - test_arm_correlate_f16_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_3 +PASS - test_arm_correlate_f16_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_11_8 +PASS - test_arm_correlate_f16_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_11 +PASS - test_arm_correlate_f16_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_1 +PASS - test_arm_correlate_f16_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_2 +PASS - test_arm_correlate_f16_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_3 +PASS - test_arm_correlate_f16_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_12_8 +PASS - test_arm_correlate_f16_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_11 +PASS - test_arm_correlate_f16_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_1 +PASS - test_arm_correlate_f16_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_2 +PASS - test_arm_correlate_f16_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_3 +PASS - test_arm_correlate_f16_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_13_8 +PASS - test_arm_correlate_f16_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_11 +PASS - test_arm_correlate_f16_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_1 +PASS - test_arm_correlate_f16_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_2 +PASS - test_arm_correlate_f16_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_3 +PASS - test_arm_correlate_f16_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_4_8 +PASS - test_arm_correlate_f16_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_11 +PASS - test_arm_correlate_f16_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_1 +PASS - test_arm_correlate_f16_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_2 +PASS - test_arm_correlate_f16_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_3 +PASS - test_arm_correlate_f16_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_5_8 +PASS - test_arm_correlate_f16_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_11 +PASS - test_arm_correlate_f16_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_1 +PASS - test_arm_correlate_f16_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_2 +PASS - test_arm_correlate_f16_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_3 +PASS - test_arm_correlate_f16_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_6_8 +PASS - test_arm_correlate_f16_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_11 +PASS - test_arm_correlate_f16_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_1 +PASS - test_arm_correlate_f16_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_2 +PASS - test_arm_correlate_f16_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_3 +PASS - test_arm_correlate_f16_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f16_9_8 +PASS - test_arm_correlate_f16_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_16_1 +PASS - test_arm_levinson_durbin_f16_16_1 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_23_2 +PASS - test_arm_levinson_durbin_f16_23_2 in 0.002 seconds +=================================================================== +START - test_arm_levinson_durbin_f16_7_0 +PASS - test_arm_levinson_durbin_f16_7_0 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f16 succeeded +Running TESTSUITE filtering_misc_f32 +=================================================================== +START - test_arm_conv_f32_10_11 +PASS - test_arm_conv_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_1 +PASS - test_arm_conv_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_2 +PASS - test_arm_conv_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_3 +PASS - test_arm_conv_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_10_8 +PASS - test_arm_conv_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_11 +PASS - test_arm_conv_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_1 +PASS - test_arm_conv_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_2 +PASS - test_arm_conv_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_3 +PASS - test_arm_conv_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_11_8 +PASS - test_arm_conv_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_11 +PASS - test_arm_conv_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_1 +PASS - test_arm_conv_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_2 +PASS - test_arm_conv_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_3 +PASS - test_arm_conv_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_12_8 +PASS - test_arm_conv_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_11 +PASS - test_arm_conv_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_1 +PASS - test_arm_conv_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_2 +PASS - test_arm_conv_f32_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_3 +PASS - test_arm_conv_f32_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_13_8 +PASS - test_arm_conv_f32_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_11 +PASS - test_arm_conv_f32_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_1 +PASS - test_arm_conv_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_2 +PASS - test_arm_conv_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_3 +PASS - test_arm_conv_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_4_8 +PASS - test_arm_conv_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_11 +PASS - test_arm_conv_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_1 +PASS - test_arm_conv_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_2 +PASS - test_arm_conv_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_3 +PASS - test_arm_conv_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_5_8 +PASS - test_arm_conv_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_11 +PASS - test_arm_conv_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_1 +PASS - test_arm_conv_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_2 +PASS - test_arm_conv_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_3 +PASS - test_arm_conv_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_6_8 +PASS - test_arm_conv_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_11 +PASS - test_arm_conv_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_1 +PASS - test_arm_conv_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_2 +PASS - test_arm_conv_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_3 +PASS - test_arm_conv_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_f32_9_8 +PASS - test_arm_conv_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_3_6_8 +SKIP - test_arm_conv_partial_f32_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_7_6_8 +SKIP - test_arm_conv_partial_f32_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_f32_9_6_8 +SKIP - test_arm_conv_partial_f32_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_11 +PASS - test_arm_correlate_f32_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_1 +PASS - test_arm_correlate_f32_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_2 +PASS - test_arm_correlate_f32_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_3 +PASS - test_arm_correlate_f32_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_10_8 +PASS - test_arm_correlate_f32_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_11 +PASS - test_arm_correlate_f32_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_1 +PASS - test_arm_correlate_f32_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_2 +PASS - test_arm_correlate_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_3 +PASS - test_arm_correlate_f32_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_11_8 +PASS - test_arm_correlate_f32_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_11 +PASS - test_arm_correlate_f32_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_1 +PASS - test_arm_correlate_f32_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_2 +PASS - test_arm_correlate_f32_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_3 +PASS - test_arm_correlate_f32_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_12_8 +PASS - test_arm_correlate_f32_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_11 +PASS - test_arm_correlate_f32_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_1 +PASS - test_arm_correlate_f32_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_13_2 +PA========================== +START - test_arm_correlate_f32_4_1 +PASS - test_arm_correlate_f32_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_2 +PASS - test_arm_correlate_f32_4_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_3 +PASS - test_arm_correlate_f32_4_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_4_8 +PASS - test_arm_correlate_f32_4_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_11 +PASS - test_arm_correlate_f32_5_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_1 +PASS - test_arm_correlate_f32_5_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_2 +PASS - test_arm_correlate_f32_5_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_3 +PASS - test_arm_correlate_f32_5_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_5_8 +PASS - test_arm_correlate_f32_5_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_11 +PASS - test_arm_correlate_f32_6_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_1 +PASS - test_arm_correlate_f32_6_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_2 +PASS - test_arm_correlate_f32_6_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_3 +PASS - test_arm_correlate_f32_6_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_6_8 +PASS - test_arm_correlate_f32_6_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_11 +PASS - test_arm_correlate_f32_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_1 +PASS - test_arm_correlate_f32_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_2 +PASS - test_arm_correlate_f32_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_3 +PASS - test_arm_correlate_f32_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_f32_9_8 +PASS - test_arm_correlate_f32_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_11_2 +PASS - test_arm_levinson_durbin_f32_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_3_0 +PASS - test_arm_levinson_durbin_f32_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_f32_8_1 +PASS - test_arm_levinson_durbin_f32_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_f32 succeeded +Running TESTSUITE filtering_misc_q15 +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_3_6_8 +SKIP - test_arm_conv_partial_fast_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_7_6_8 +SKIP - test_arm_conv_partial_fast_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q15_9_6_8 +SKIP - test_arm_conv_partial_fast_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_3_6_8 +SKIP - test_arm_conv_partial_opt_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_7_6_8 +SKIP - test_arm_conv_partial_opt_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q15_9_6_8 +SKIP - test_arm_conv_partial_opt_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_3_6_8 +SKIP - test_arm_conv_partial_q15_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_7_6_8 +SKIP - test_arm_conv_partial_q15_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q15_9_6_8 +SKIP - test_arm_conv_partial_q15_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_15 +PASS - test_arm_conv_q15_14_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_16 +PASS - test_arm_conv_q15_14_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_17 +PASS - test_arm_conv_q15_14_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_18 +PASS - test_arm_conv_q15_14_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_14_33 +PASS - test_arm_conv_q15_14_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_15 +PASS - test_arm_conv_q15_15_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_16 +PASS - test_arm_conv_q15_15_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_17 +PASS - test_arm_conv_q15_15_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_18 +PASS - test_arm_conv_q15_15_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_15_33 +PASS - test_arm_conv_q15_15_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_15 +PASS - test_arm_conv_q15_16_15 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_16 +PASS - test_arm_conv_q15_16_16 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_17 +PASS - test_arm_conv_q15_16_17 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_18 +PASS - test_arm_conv_q15_16_18 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_16_33 +PASS - test_arm_conv_q15_16_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q15_17_15 +PASS - test_arm_conv_q15_17_15 in 0.001 seconds +==========15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_16 +PASS - test_arm_correlate_q15_17_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_17 +PASS - test_arm_correlate_q15_17_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_18 +PASS - test_arm_correlate_q15_17_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_17_33 +PASS - test_arm_correlate_q15_17_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_15 +PASS - test_arm_correlate_q15_32_15 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_16 +PASS - test_arm_correlate_q15_32_16 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_17 +PASS - test_arm_correlate_q15_32_17 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_18 +PASS - test_arm_correlate_q15_32_18 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q15_32_33 +PASS - test_arm_correlate_q15_32_33 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q15 succeeded +Running TESTSUITE filtering_misc_q31 +=================================================================== +START - test_arm_conv_partial_fast_q31_3_6_8 +SKIP - test_arm_conv_partial_fast_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_7_6_8 +SKIP - test_arm_conv_partial_fast_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_fast_q31_9_6_8 +SKIP - test_arm_conv_partial_fast_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_3_6_8 +SKIP - test_arm_conv_partial_q31_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_7_6_8 +SKIP - test_arm_conv_partial_q31_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q31_9_6_8 +SKIP - test_arm_conv_partial_q31_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_11 +PASS - test_arm_conv_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_1 +PASS - test_arm_conv_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_2 +PASS - test_arm_conv_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_3 +PASS - test_arm_conv_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_10_8 +PASS - test_arm_conv_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_11 +PASS - test_arm_conv_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_1 +PASS - test_arm_conv_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_2 +PASS - test_arm_conv_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_3 +PASS - test_arm_conv_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_11_8 +PASS - test_arm_conv_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_11 +PASS - test_arm_conv_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_1 +PASS - test_arm_conv_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_2 +PASS - test_arm_conv_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_3 +PASS - test_arm_conv_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_12_8 +PASS - test_arm_conv_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_11 +PASS - test_arm_conv_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_1 +PASS - test_arm_conv_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_2 +PASS - test_arm_conv_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_3 +PASS - test_arm_conv_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_13_8 +PASS - test_arm_conv_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_11 +PASS - test_arm_conv_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_1 +PASS - test_arm_conv_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_2 +PASS - test_arm_conv_q31_4_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_3 +PASS - test_arm_conv_q31_4_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_4_8 +PASS - test_arm_conv_q31_4_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_11 +PASS - test_arm_conv_q31_5_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_1 +PASS - test_arm_conv_q31_5_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_2 +PASS - test_arm_conv_q31_5_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_3 +PASS - test_arm_conv_q31_5_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_5_8 +PASS - test_arm_conv_q31_5_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_11 +PASS - test_arm_conv_q31_6_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_1 +PASS - test_arm_conv_q31_6_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_2 +PASS - test_arm_conv_q31_6_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_3 +PASS - test_arm_conv_q31_6_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_6_8 +PASS - test_arm_conv_q31_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_11 +PASS - test_arm_conv_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_1 +PASS - test_arm_conv_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_2 +PASS - test_arm_conv_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_3 +PASS - test_arm_conv_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_conv_q31_9_8 +PASS - test_arm_conv_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_11 +PASS - test_arm_correlate_q31_10_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_1 +PASS - test_arm_correlate_q31_10_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_2 +PASS - test_arm_correlate_q31_10_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_3 +PASS - test_arm_correlate_q31_10_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_10_8 +PASS - test_arm_correlate_q31_10_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_11 +PASS - test_arm_correlate_q31_11_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_1 +PASS - test_arm_correlate_q31_11_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_2 +PASS - test_arm_correlate_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_3 +PASS - test_arm_correlate_q31_11_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_11_8 +PASS - test_arm_correlate_q31_11_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_11 +PASS - test_arm_correlate_q31_12_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_1 +PASS - test_arm_correlate_q31_12_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_2 +PASS - test_arm_correlate_q31_12_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_3 +PASS - test_arm_correlate_q31_12_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_12_8 +PASS - test_arm_correlate_q31_12_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_11 +PASS - test_arm_correlate_q31_13_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_1 +PASS - test_arm_correlate_q31_13_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_2 +PASS - test_arm_correlate_q31_13_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_3 +PASS - test_arm_correlate_q31_13_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_13_8 +PASS - test_arm_correlate_q31_13_8 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_11 +PASS - test_arm_correlate_q31_4_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_1 +PASS - test_arm_correlate_q31_4_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_4_2 +PASS - test_arm_orrelate_q31_9_11 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_1 +PASS - test_arm_correlate_q31_9_1 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_2 +PASS - test_arm_correlate_q31_9_2 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_3 +PASS - test_arm_correlate_q31_9_3 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q31_9_8 +PASS - test_arm_correlate_q31_9_8 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_11_2 +PASS - test_arm_levinson_durbin_q31_11_2 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_3_0 +PASS - test_arm_levinson_durbin_q31_3_0 in 0.001 seconds +=================================================================== +START - test_arm_levinson_durbin_q31_8_1 +PASS - test_arm_levinson_durbin_q31_8_1 in 0.001 seconds +=================================================================== +TESTSUITE filtering_misc_q31 succeeded +Running TESTSUITE filtering_misc_q7 +=================================================================== +START - test_arm_conv_partial_opt_q7_3_6_8 +SKIP - test_arm_conv_partial_opt_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_7_6_8 +SKIP - test_arm_conv_partial_opt_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_opt_q7_9_6_8 +SKIP - test_arm_conv_partial_opt_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_3_6_8 +SKIP - test_arm_conv_partial_q7_3_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_7_6_8 +SKIP - test_arm_conv_partial_q7_7_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_partial_q7_9_6_8 +SKIP - test_arm_conv_partial_q7_9_6_8 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_31 +PASS - test_arm_conv_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_32 +PASS - test_arm_conv_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_33 +PASS - test_arm_conv_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_34 +PASS - test_arm_conv_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_30_49 +PASS - test_arm_conv_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_31 +PASS - test_arm_conv_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_32 +PASS - test_arm_conv_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_33 +PASS - test_arm_conv_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_31_34 +PASS - test_arm_conv_q7_31_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_31_49 +PASS - test_arm_conv_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_31 +PASS - test_arm_conv_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_32 +PASS - test_arm_conv_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_33 +PASS - test_arm_conv_q7_32_33 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_32_34 +PASS - test_arm_conv_q7_32_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_32_49 +PASS - test_arm_conv_q7_32_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_31 +PASS - test_arm_conv_q7_33_31 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_32 +PASS - test_arm_conv_q7_33_32 in 0.001 seconds +=================================================================== +START - test_arm_conv_q7_33_33 +PASS - test_arm_conv_q7_33_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_34 +PASS - test_arm_conv_q7_33_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_33_49 +PASS - test_arm_conv_q7_33_49 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_31 +PASS - test_arm_conv_q7_48_31 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_32 +PASS - test_arm_conv_q7_48_32 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_33 +PASS - test_arm_conv_q7_48_33 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_34 +PASS - test_arm_conv_q7_48_34 in 0.002 seconds +=================================================================== +START - test_arm_conv_q7_48_49 +PASS - test_arm_conv_q7_48_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_30_31 +PASS - test_arm_correlate_q7_30_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_32 +PASS - test_arm_correlate_q7_30_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_33 +PASS - test_arm_correlate_q7_30_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_34 +PASS - test_arm_correlate_q7_30_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_30_49 +PASS - test_arm_correlate_q7_30_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_31_31 +PASS - test_arm_correlate_q7_31_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_32 +PASS - test_arm_correlate_q7_31_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_33 +PASS - test_arm_correlate_q7_31_33 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_34 +PASS - test_arm_correlate_q7_31_34 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_31_49 +PASS - test_arm_correlate_q7_31_49 in 0.002 seconds +=================================================================== +START - test_arm_correlate_q7_32_31 +PASS - test_arm_correlate_q7_32_31 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_32 +PASS - test_arm_correlate_q7_32_32 in 0.001 seconds +=================================================================== +START - test_arm_correlate_q7_32_33 +PASS - test_arm_correlate_q7_32_33 in 0.001 seconds +================4 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_correlate_f16_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_16_1] duration = 0.001 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_23_2] duration = 0.002 seconds +- PASS - [filtering_misc_f16.test_arm_levinson_durbin_f16_7_0] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_f32]: pass = 83, fail = 0, skip = 3, total = 86 duration = 0.086 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_conv_f32_9_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_f32.test_arm_conv_partial_f32_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_f32.test_arm_correlate_f32_12_11] duration = 0.001 seconds +- PASS - [filton = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_conv_q15_32_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_14_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_15_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_16_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_17_33] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_15] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_16] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_17] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_18] duration = 0.001 seconds +- PASS - [filtering_misc_q15.test_arm_correlate_q15_32_33] duration = 0.001 seconds +SUITE PASS - 100.00% [filtering_misc_q31]: pass = 83, fail = 0, skip = 6, total = 89 duration = 0.089 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_fast_q31_9_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_3_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_7_6_8] duration = 0.001 seconds +- SKIP - [filtering_misc_q31.test_arm_conv_partial_q31_9_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_13_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_4_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_5_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_6_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_conv_q31_9_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_10_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_11_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_11] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_1] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_2] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_3] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_12_8] duration = 0.001 seconds +- PASS - [filtering_misc_q31.test_arm_correlate_q31_13_11] duration = 0.001 seconds +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE device_runtime_api +=================================================================== +START - test_api +W: Unbalanced suspend +W: Unbalanced suspend +W: Unbalanced suspend +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE device_runtime_api +=================================================================== +START - test_api +W: Unbalanced suspend +W: Unbalanced suspend +W: Unbalanced suspend +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE device_runtime_api +=================================================================== +START - test_api +W: Unbalanced suspend +W: Unbalanced suspend +W: Unbalanced suspend +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_api +=================================================================== +START - test_sleep_abs +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_jitter_drift +=================================================================== +START - test_jitter_drift_timer_period +periodic timer behavior test using built-in restart mechanism +collecting time samples for approx 10 seconds +periodic timer samples gathered, calculating statistics +timer clock rate 16000000, kernel tick rate 10000 +period duration statistics for 10000 samples (0 rollovers): +expected: 1000 us, 16000.000000 cycles +min: 976.062500 us, 15617 cycles +max: 1100.062500 us, 17601 cycles +mean: 1000.007600 us, 16000.121600 cycles +variance: 1.058495 us, 270.974613 cycles +stddev: 1.028832 us, 16.461306 cycles +timer start cycle 449495, end cycle 160450711, +total time 10000076.000000 us, expected time 10000000.000000 us, +expected time drift 0.000000 us, difference 76.000000 us +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/jitter_drift.c:277: do_test_using: (max_us <= max_us_bound is false) +Longest timer period too long (off by more than expected 10%) +FAIL - test_jitter_drift_timer_period in 10.658 seconds +=================================================================== +START - test_jitter_drift_timer_startdelay +periodic timer behavior test using explicit start with delay +collecting time samples for approx 10 seconds +periodic timer samples gathered, calculating statistics +timer clock rate 16000000, kernel tick rate 10000 +period duration statistics for 10000 samples (0 rollovers): +expected: 1000 us, 16000.000000 cycles +min: 976.875000 us, 15630 cycles +max: 1100.312500 us, 17605 cycles +mean: 1000.007706 us, 16000.123300 cycles +variance: 1.059679 us, 271.277697 cycles +stddev: 1.029407 us, 16.470510 cycles +timer start cycle 171196048, end cycle 331197281, +total time 10000077.062500 us, expected time 10000000.000000 us, +expected time drift 0.000000 us, difference 77.062500 us +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/jitter_drift.c:277: do_test_using: (max_us <= max_us_bound is false) +Longest timer period too long (off by more than expected 10%) +FAIL - test_jitter_drift_timer_startdelay in 10.658 seconds +=================================================================== +TESTSUITE timer_jitter_drift failed. +Running TESTSUITE timer_tick_train +=================================================================== +START - test_one_tick_timer_train +Initializing 4 Timers, Tick Rate 10000Hz, Expecting 25000 callbacks in 11000 ms +Starting Timers with Skews +One Tick Timer Train Done, took 0 ms, busy loop ran 0 times +Perfect delta 6400 cycles or 400 us +Timer 0 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 1 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 2 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 3 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +!! The busy loop didn't run as much as expected. +!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller. +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/tick_timer_train.c:163: timer_tick_train_test_one_tick_timer_train: (busy_loops > acceptable_busy_loops is false) +Expected thread to run while 1 tick timers are firing +FAIL - test_one_tick_timer_train in 10.073 seconds +=================================================================== +TESTSUITE timer_tick_train failed. +------ TESTSUITE SUMMARY START ------ +SUITE FAIL - 0.00% [timer_jitter_drift]: pass = 0, fail = 2, skip = 0, total = 2 duration = 21.316 seconds +- FAIL - [timer_jitter_drift.test_jitter_drift_timer_period] duration = 10.658 seconds +- FAIL - [timer_jitter_drift.test_jitter_drift_timer_startdelay] duration = 10.658 seconds +SUITE FAIL - 0.00% [timer_tick_train]: pass = 0, fail = 1, skip = 0, total = 1 duration = 10.073 seconds +- FAIL - [timer_tick_train.test_one_tick_timer_train] duration = 10.073 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: 27e02946ad8795dcaf0b8c35cb34b49a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_jitter_drift +=================================================================== +START - test_jitter_drift_timer_period +periodic timer behavior test using built-in restart mechanism +collecting time samples for approx 10 seconds +periodic timer samples gathered, calculating statistics +timer clock rate 16000000, kernel tick rate 10000 +period duration statistics for 10000 samples (0 rollovers): +expected: 1000 us, 16000.000000 cycles +min: 976.062500 us, 15617 cycles +max: 1100.062500 us, 17601 cycles +mean: 1000.007600 us, 16000.121600 cycles +variance: 1.058495 us, 270.974613 cycles +stddev: 1.028832 us, 16.461306 cycles +timer start cycle 449495, end cycle 160450711, +total time 10000076.000000 us, expected time 10000000.000000 us, +expected time drift 0.000000 us, difference 76.000000 us +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/jitter_drift.c:277: do_test_using: (max_us <= max_us_bound is false) +Longest timer period too long (off by more than expected 10%) +FAIL - test_jitter_drift_timer_period in 10.658 seconds +=================================================================== +START - test_jitter_drift_timer_startdelay +periodic timer behavior test using explicit start with delay +collecting time samples for approx 10 seconds +periodic timer samples gathered, calculating statistics +timer clock rate 16000000, kernel tick rate 10000 +period duration statistics for 10000 samples (0 rollovers): +expected: 1000 us, 16000.000000 cycles +min: 976.875000 us, 15630 cycles +max: 1100.312500 us, 17605 cycles +mean: 1000.007706 us, 16000.123300 cycles +variance: 1.059679 us, 271.277697 cycles +stddev: 1.029407 us, 16.470510 cycles +timer start cycle 171196048, end cycle 331197281, +total time 10000077.062500 us, expected time 10000000.000000 us, +expected time drift 0.000000 us, difference 77.062500 us +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/jitter_drift.c:277: do_test_using: (max_us <= max_us_bound is false) +Longest timer period too long (off by more than expected 10%) +FAIL - test_jitter_drift_timer_startdelay in 10.658 seconds +=================================================================== +TESTSUITE timer_jitter_drift failed. +Running TESTSUITE timer_tick_train +=================================================================== +START - test_one_tick_timer_train +Initializing 4 Timers, Tick Rate 10000Hz, Expecting 25000 callbacks in 11000 ms +Starting Timers with Skews +One Tick Timer Train Done, took 0 ms, busy loop ran 0 times +Perfect delta 6400 cycles or 400 us +Timer 0 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 1 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 2 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 3 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +!! The busy loop didn't run as much as expected. +!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller. +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/tick_timer_train.c:163: timer_tick_train_test_one_tick_timer_train: (busy_loops > acceptable_busy_loops is false) +Expected thread to run while 1 tick timers are firing +FAIL - test_one_tick_timer_train in 10.073 seconds +=================================================================== +TESTSUITE timer_tick_train failed. +------ TESTSUITE SUMMARY START ------ +SUITE FAIL - 0.00% [timer_jitter_drift]: pass = 0, fail = 2, skip = 0, total = 2 duration = 21.316 seconds +- FAIL - [timer_jitter_drift.test_jitter_drift_timer_period] duration = 10.658 seconds +- FAIL - [timer_jitter_drift.test_jitter_drift_timer_startdelay] duration = 10.658 seconds +SUITE FAIL - 0.00% [timer_tick_train]: pass = 0, fail = 1, skip = 0, total = 1 duration = 10.073 seconds +- FAIL - [timer_tick_train.test_one_tick_timer_train] duration = 10.073 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: 27e02946ad8795dcaf0b8c35cb34b49a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE timer_jitter_drift +=================================================================== +START - test_jitter_drift_timer_period +periodic timer behavior test using built-in restart mechanism +collecting time samples for approx 10 seconds +periodic timer samples gathered, calculating statistics +timer clock rate 16000000, kernel tick rate 10000 +period duration statistics for 10000 samples (0 rollovers): +expected: 1000 us, 16000.000000 cycles +min: 976.062500 us, 15617 cycles +max: 1100.062500 us, 17601 cycles +mean: 1000.007600 us, 16000.121600 cycles +variance: 1.058495 us, 270.974613 cycles +stddev: 1.028832 us, 16.461306 cycles +timer start cycle 449495, end cycle 160450711, +total time 10000076.000000 us, expected time 10000000.000000 us, +expected time drift 0.000000 us, difference 76.000000 us +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/jitter_drift.c:277: do_test_using: (max_us <= max_us_bound is false) +Longest timer period too long (off by more than expected 10%) +FAIL - test_jitter_drift_timer_period in 10.658 seconds +=================================================================== +START - test_jitter_drift_timer_startdelay +periodic timer behavior test using explicit start with delay +collecting time samples for approx 10 seconds +periodic timer samples gathered, calculating statistics +timer clock rate 16000000, kernel tick rate 10000 +period duration statistics for 10000 samples (0 rollovers): +expected: 1000 us, 16000.000000 cycles +min: 976.875000 us, 15630 cycles +max: 1100.312500 us, 17605 cycles +mean: 1000.007706 us, 16000.123300 cycles +variance: 1.059679 us, 271.277697 cycles +stddev: 1.029407 us, 16.470510 cycles +timer start cycle 171196048, end cycle 331197281, +total time 10000077.062500 us, expected time 10000000.000000 us, +expected time drift 0.000000 us, difference 77.062500 us +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/jitter_drift.c:277: do_test_using: (max_us <= max_us_bound is false) +Longest timer period too long (off by more than expected 10%) +FAIL - test_jitter_drift_timer_startdelay in 10.658 seconds +=================================================================== +TESTSUITE timer_jitter_drift failed. +Running TESTSUITE timer_tick_train +=================================================================== +START - test_one_tick_timer_train +Initializing 4 Timers, Tick Rate 10000Hz, Expecting 25000 callbacks in 11000 ms +Starting Timers with Skews +One Tick Timer Train Done, took 0 ms, busy loop ran 0 times +Perfect delta 6400 cycles or 400 us +Timer 0 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 1 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 2 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +Timer 3 max delta 6808 cycles or 426 us, 0 late callbacks (0.0%) +!! The busy loop didn't run as much as expected. +!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller. +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timer_behavior/src/tick_timer_train.c:163: timer_tick_train_test_one_tick_timer_train: (busy_loops > acceptable_busy_loops is false) +Expected thread to run while 1 tick timers are firing +FAIL - test_one_tick_timer_train in 10.073 seconds +=================================================================== +TESTSUITE timer_tick_train failed. +------ TESTSUITE SUMMARY START ------ +SUITE FAIL - 0.00% [timer_jitter_drift]: pass = 0, fail = 2, skip = 0, total = 2 duration = 21.316 seconds +- FAIL - [timer_jitter_drift.test_jitter_drift_timer_period] duration = 10.658 seconds +- FAIL - [timer_jitter_drift.test_jitter_drift_timer_startdelay] duration = 10.658 seconds +SUITE FAIL - 0.00% [timer_tick_train]: pass = 0, fail = 1, skip = 0, total = 1 duration = 10.073 seconds +- FAIL - [timer_tick_train.test_one_tick_timer_train] duration = 10.073 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: 27e02946ad8795dcaf0b8c35cb34b49a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE tickless_concept +=================================================================== +START - test_tickless_slice +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE tickless_concept +=================================================================== +START - test_tickless_slice + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wl55jc.xml b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wl55jc.xml new file mode 100644 index 00000000..7882b675 --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/nucleo_wl55jc.xml @@ -0,0 +1,102 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE test_spsc_pbuf +=================================================================== +START - test_0cpy +PASS - test_0cpy in 0.001 seconds +=================================================================== +START - test_0cpy_corner1 +PASS - test_0cpy_corner1 in 0.001 seconds +=================================================================== +START - test_0cpy_corner2 +PASS - test_0cpy_corner2 in 0.001 seconds +=================================================================== +START - test_0cpy_discard +PASS - test_0cpy_discard in 0.001 seconds +=================================================================== +START - test_0cpy_smaller +PASS - test_0cpy_smaller in 0.001 seconds +=================================================================== +START - test_largest_alloc +PASS - test_largest_alloc in 0.001 seconds +=================================================================== +START - test_spsc_pbuf_ut +PASS - test_spsc_pbuf_ut in 0.001 seconds +=================================================================== +START - test_spsc_pbuf_ut_cache +PASS - test_spsc_pbuf_ut_cache in 0.001 seconds +=================================================================== +START - test_stress +Reading from an interrupt, writing from a thread +0% remaining:14000 ms 0% remaining:13000 ms 0% remaining:12000 ms 0% remaining:11000 ms 0% remaining:10000 ms 0% remaining:9000 ms 0% remaining:8000 ms 0% remaining:7000 ms 0% remaining:6000 ms 0% remaining:5000 ms 0% remaining:4000 ms +Ztress execution report: +context 0: +- executed:27813, preempted:0 +- ticks initial:4, optimized:4 +context 1: +- executed:17709, preempted:2000 +- ticks initial:4, optimized:4 +Average CPU load:16%, measurements:111 +Writes:26587 failures: 7 +Writing from an interrupt, reading from a thread +Assertion failed at WEST_TOPDIR/zephyr/tests/lib/spsc_pbuf/src/main.c:439: stress_read: check_buffer(buf, len, ctx->read_cnt) is non-zero +FAIL - test_stress in 11.672 seconds +=================================================================== +START - test_stress_0cpy +7% remaining:14000 ms 14% remaining:13000 ms 19% remaining:12000 ms 25% remaining:11000 ms 32% remaining:10000 ms 39% remaining:9000 ms 45% remaining:8000 ms 51% remaining:7000 ms 58% remaining:6000 ms 64% remaining:5000 ms 71% remaining:4000 ms 78% remaining:3000 ms 85% remaining:2000 ms 91% remaining:1000 ms 98% remaining:0 ms +Ztress execution report: +context 0: +- executed:61840, preempted:822 +- ticks initial:4, optimized:4 +context 1: +- executed:23880, preempted:982 +- ticks initial:4, optimized:4 +Average CPU load:37%, measurements:151 +0% remaining:14000 ms 0% remaining:13000 ms 0% remaining:12000 ms 0% remaining:11000 ms 0% remaining:10000 ms 0% remaining:9000 ms 0% remaining:8000 ms 0% remaining:7000 ms 0% remaining:6000 ms 0% remaining:5000 ms 0% remaining:4000 ms 0% remaining:3000 ms 0% remaining:2000 ms 0% remaining:1000 ms 0% remaining:0 ms +Ztress execution report: +context 0: +- executed:24975, preempted:0 +- ticks initial:4, optimized:4 +context 1: +- executed:24973, preempted:1 +- ticks initial:4, optimized:4 +Average CPU load:33%, measurements:150 +PASS - test_stress_0cpy in 30.065 seconds +=================================================================== +START - test_utilization +PASS - test_utilization in 0.001 seconds +=================================================================== +TESTSUITE test_spsc_pbuf failed. +------ TESTSUITE SUMMARY START ------ +SUITE FAIL - 90.91% [test_spsc_pbuf]: pass = 10, fail = 1, skip = 0, total = 11 duration = 41.746 seconds +- PASS - [test_spsc_pbuf.test_0cpy] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_corner1] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_corner2] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_discard] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_smaller] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_largest_alloc] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_spsc_pbuf_ut] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_spsc_pbuf_ut_cache] duration = 0.001 seconds +- FAIL - [test_spsc_pbuf.test_stress] duration = 11.672 seconds +- PASS - [test_spsc_pbuf.test_stress_0cpy] duration = 30.065 seconds +- PASS - [test_spsc_pbuf.test_utilization] duration = 0.001 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: 22855064d26bf131756e9d865cd51d69 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE clock_sync +=================================================================== +START - test_app_time +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE clock_sync +=================================================================== +START - test_app_time +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE clock_sync +=================================================================== +START - test_app_time +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE clock_sync +=================================================================== +START - test_app_time + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/stm32f3_disco.xml b/results/v3.6.0-1976-g8a88cd4805b0/stm32f3_disco.xml new file mode 100644 index 00000000..3ffd782d --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/stm32f3_disco.xml @@ -0,0 +1,87 @@ +*** Booting Zephyr OS build v3.6.0-1976-g8a88cd4805b0 *** +Running TESTSUITE test_spsc_pbuf +=================================================================== +START - test_0cpy +PASS - test_0cpy in 0.001 seconds +=================================================================== +START - test_0cpy_corner1 +PASS - test_0cpy_corner1 in 0.001 seconds +=================================================================== +START - test_0cpy_corner2 +PASS - test_0cpy_corner2 in 0.001 seconds +=================================================================== +START - test_0cpy_discard +PASS - test_0cpy_discard in 0.001 seconds +=================================================================== +START - test_0cpy_smaller +PASS - test_0cpy_smaller in 0.001 seconds +=================================================================== +START - test_largest_alloc +PASS - test_largest_alloc in 0.001 seconds +=================================================================== +START - test_spsc_pbuf_ut +PASS - test_spsc_pbuf_ut in 0.001 seconds +=================================================================== +START - test_spsc_pbuf_ut_cache +PASS - test_spsc_pbuf_ut_cache in 0.001 seconds +=================================================================== +START - test_stress +Reading from an interrupt, writing from a thread +0% remaining:14000 ms 0% remaining:13000 ms 0% remaining:12000 ms 0% remaining:11000 ms 0% remaining:10000 ms 0% remaining:9000 ms 0% remaining:8000 ms 0% remaining:7000 ms 0% remaining:6000 ms 0% remaining:5000 ms 0% remaining:4000 ms 0% remaining:3000 ms 0% remaining:2000 ms 0% remaining:1000 ms 0% remaining:0 ms +Ztress execution report: +context 0: +- executed:37476, preempted:0 +- ticks initial:4, optimized:4 +context 1: +- executed:24654, preempted:1839 +- ticks initial:4, optimized:4 +Average CPU load:17%, measurements:150 +Writes:36962 failures: 9 +Writing from an interrupt, reading from a thread +100% remaining:14000 ms 100% remaining:13000 ms 100% remaining:12000 ms 100% remaining:11000 ms +Assertion failed at WEST_TOPDIR/zephyr/tests/lib/spsc_pbuf/src/main.c:439: stress_read: check_buffer(buf, len, ctx->read_cnt) is non-zero +FAIL - test_stress in 20.020 seconds +=================================================================== +START - test_stress_0cpy +5% remaining:14000 ms 10% remaining:13000 ms 16% remaining:12000 ms 22% remaining:11000 ms 28% remaining:10000 ms 34% remaining:9000 ms 40% remaining:8000 ms 47% remaining:7000 ms 53% remaining:6000 ms 60% remaining:5000 ms 66% remaining:4000 ms 70% remaining:3000 ms 75% remaining:2000 ms 80% remaining:1000 ms 86% remaining:0 ms +Ztress execution report: +context 0: +- executed:62748, preempted:854 +- ticks initial:4, optimized:4 +context 1: +- executed:24796, preempted:864 +- ticks initial:4, optimized:4 +Average CPU load:33%, measurements:150 +0% remaining:14000 ms 1% remaining:13000 ms 1% remaining:12000 ms 2% remaining:11000 ms 2% remaining:10000 ms 3% remaining:9000 ms 3% remaining:8000 ms 4% remaining:7000 ms 4% remaining:6000 ms 5% remaining:5000 ms 6% remaining:4000 ms 6% remaining:3000 ms 8% remaining:2000 ms 8% remaining:1000 ms 9% remaining:0 ms +Ztress execution report: +context 0: +- executed:25607, preempted:0 +- ticks initial:4, optimized:4 +context 1: +- executed:25320, preempted:94 +- ticks initial:4, optimized:4 +Average CPU load:33%, measurements:150 +PASS - test_stress_0cpy in 30.064 seconds +=================================================================== +START - test_utilization +PASS - test_utilization in 0.001 seconds +=================================================================== +TESTSUITE test_spsc_pbuf failed. +------ TESTSUITE SUMMARY START ------ +SUITE FAIL - 90.91% [test_spsc_pbuf]: pass = 10, fail = 1, skip = 0, total = 11 duration = 50.093 seconds +- PASS - [test_spsc_pbuf.test_0cpy] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_corner1] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_corner2] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_discard] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_0cpy_smaller] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_largest_alloc] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_spsc_pbuf_ut] duration = 0.001 seconds +- PASS - [test_spsc_pbuf.test_spsc_pbuf_ut_cache] duration = 0.001 seconds +- FAIL - [test_spsc_pbuf.test_stress] duration = 20.020 seconds +- PASS - [test_spsc_pbuf.test_stress_0cpy] duration = 30.064 seconds +- PASS - [test_spsc_pbuf.test_utilization] duration = 0.001 seconds +------ TESTSUITE SUMMARY END ------ +=================================================================== +RunID: 44d6ad2112fd0e8cdf66eb80a7ff6d36 +PROJECT EXECUTION FAILED + \ No newline at end of file diff --git a/results/v3.6.0-1976-g8a88cd4805b0/stm32h573i_dk.xml b/results/v3.6.0-1976-g8a88cd4805b0/stm32h573i_dk.xml new file mode 100644 index 00000000..2cfdac4b --- /dev/null +++ b/results/v3.6.0-1976-g8a88cd4805b0/stm32h573i_dk.xml @@ -0,0 +1 @@ + \ No newline at end of file